-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Cannot upgrade from 7.14.3 #444
Comments
|
don't forget to specify |
Thanks for the quick response! Seemed like specifying |
please subscribe to issue #39 to get notified about such breaking changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output of 'docker info':
The docker run command I use (I know it's long, I was about to make an env file, but then I run into this issue)
If I try without the --restart flag it just gives me the container ID and it crashes almost immediately.
With the --restart flag I can see it's in a constant state of restarting when I use 'docker ps' (restarts almost every 5 seconds)
Is there a way for me to access log information so I might be able to figure out where it's crashing?
postgresql & redis containers are both at their latest versions. OS and docker are both fully updated.
I've followed the upgrade procedure laid out in the README (as this worked perfectly before)
When I remove the new container and run the exact same run command with version 7.14.3 it runs without any issues. I've also tried the 8.0.0 version, but I get the same result as above.
Thanks in advance.
The text was updated successfully, but these errors were encountered: