-
Notifications
You must be signed in to change notification settings - Fork 372
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
Docker Image 1.51.5 - MariaDB upgrade failure #3122
Comments
Hello @jmkrm, thanks for contributing to the Password Pusher community! We will respond as soon as possible. |
Came here to report the same. |
Same here with postgresql. |
Thanks for reporting all/apologies for the issue.
I just booted a vanilla v1.51.5 and one with logins enabled and they booted without issue: Do you guys have the the defaults file in your containers? I believe this is happening because somehow the default isn't being set. If you want a quick work-around, you could simply set |
I have to set
|
That default should have been set in the |
Adding @pglombardo could the issue be with read/write permissions? |
I wouldn't think so but might be possible. My original thought was that some might have a docker mount that hides the Before # Prepend defaults to the Settings object in case users are missing some of the latest settings
Settings.prepend_source!(Rails.root.join("config/defaults/settings.yml").to_s) |
We are running the official Docker Image together with a MariaDB database in another container (mariadb:latest).
When we upgrade the pwpush Image from 1.51.4 to 1.51.5 using the latest tag, the DB upgrade fails and the application crashes.
Switching back to the 1.51.4 Image resolves this issue, which is the workaround we are currently using.
The text was updated successfully, but these errors were encountered: