Hi @rhessinger ,
that did indeed do the trick. Thanks,
Lukas
lukas.herzog_4227
@lukas.herzog_4227
Best posts made by lukas.herzog_4227
Latest posts made by lukas.herzog_4227
-
RE: ProGet 2025.10: Database Schema not updated automatically
-
ProGet 2025.10: Database Schema not updated automatically
Hello there,
I use ProGet with Docker Compose (proxy in front) and just upgraded the proget image from 2025.8 to 2025.10 by doing:$ docker compose down $ docker compose pull $ docker compose up -d
The container seemed to update fine but now the installation complains that the database schema has not been updated:
ProGet is running v25.0.10.11, but the SQL database being used is running schema v25.0.8.17. This may cause unpredictable errors; please reinstall ProGet or update the database schema manually to resolve this error. If you are unsure how to resolve this, contact Inedo Support.
Based on the docs I would have assumed, that this happens automatically:
The new image will automatically upgrade the database schema upon start of the image.
Is there a way to manually do the upgrade or did I do something else wrong?
Thanks in advance for your help!
Best,
Lukas