Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
/usr/local/proget/service/ProGet.Service missing from container image
-
Starting in 25.0.0 of the docker image the service executable is missing. We've been using this command
/usr/local/proget/service/ProGet.Service upgradedb
to upgrade the database in a k8s job prior to deploying the containers. Obviously with the file missing from the filesystem of the container that fails.
Is there another process that replaced it? What should the upgradedb command be pointed to now?
-
Hi @albert-pender_6390 ,
This was renamed to
proget
, so it would just bew/usr/local/proget/service/proget upgradedb
Thanks,
Steve
-
We've updated our processes and the upgrade is now running. Just a note. The documentation here (https://docs.inedo.com/docs/installation/linux/installation-upgrading-docker-containers) still refers to the old service name.
-
@albert-pender_6390 great news!
And thanks for the heads up, I just updated the docs