This is a follow-up to the issue described in [GATEWAY RETURNS "ROUTE NOT FOUND" FOR ALL ROUTES AFTER UPDATING TO V2025.10.3 #3899](https://github.com/tensorzero/tensorzero/discussions/3899). #3912
Closed
hutho
started this conversation in
Bug Reports
Replies: 1 comment
-
|
Please upgrade back to a recent version (or manually apply the rollback instructions for the migrations that happened between the recent version and the desired version). The new version works fine. Try the quick start on it. The logs show you're calling a route that has never existed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a follow-up to the issue described in GATEWAY RETURNS "ROUTE NOT FOUND" FOR ALL ROUTES AFTER UPDATING TO V2025.10.3 #3899.
After being unable to resolve the "Route not found" issue in version 2025.10.3, I attempted to restore a backup of a previously working version (2025.7.4, commit: 9b8844b). However, I am still unable to get the application running.
Symptoms
gatewayservice fails to start.gatewaylogs show a repeating error related to a database migration:uiservice logs show the following errors:Troubleshooting Steps Taken
tensorzerodirectory.docker-compose buildto rebuild the Docker images from the restored source code.docker-compose.ymlfile to include thecommand: [ "--config-file", "/app/config/tensorzero.toml" ]for thegatewayservice.StaticEvaluationFloatHumanFeedbackView,StaticEvaluationBooleanHumanFeedbackView, andStaticEvaluationHumanFeedbacktables/views as per the rollback instructions in the logs.docker-compose up -d --force-recreate.Despite these efforts, the
Migration0028error persists, which prevents the gateway from starting and leads to the networking errors in the UI.It appears there is a bug in the database migration logic in version 2025.7.4 that is preventing the application from starting, even from a supposedly good backup.
Beta Was this translation helpful? Give feedback.
All reactions