-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Database Errors after automatic upgrade #457
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
as a note, we do not and have not ever recommended automatic upgrades, it causes problems, such as this one. |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
After Upgrade to container version 29.0.3.4 from 28.0.0.11 the upgrader breaks.
It throws DB errors and stays in Maintenance mode (see error log below)
After that is done, the instance stays in maintenance mode. If the command occ upgrade is run the following appears:
Removing the maintenance mode just reveals the "Upgrade needed" page on the WebUI.
occ:db-add-missing-indicies does not solve the issue.
occ:maintenance repair is running all green except for this line:
- migrate lazy config values - ERROR: An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'lazy' in 'field list'
Expected Behavior
No response
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: