You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Thanks for the quick response! Seemed like specifying GITLAB_SECRETS_DB_KEY_BASE did the trick, had no idea this was a requirement since 8.0.0. My bad.
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: