-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
Lost stacks #436
Comments
did you run the two commands separately? i had a similar issue till i realized the commands needed to be run separately. basically what happened if you ran the commands together, instead of reading from /opt/dockge like it should it would have instead ran from the / directory. running the commands again but separately should update dockge correctly and make your stacks show back up assuming that they are in the default directory of /opt/dockge. (it looks like one command because of having no space in between but is actually 2 commands like so) cd /opt/dockge docker compose pull && docker compose up -d |
I ran the command together. Copied and pasted from the Readme. I have done the same in the past with no problem. I must confessed as I had to recreate all my service compose files I have lost confidence and just decided to use compose / docker on the command line now. Thanks |
This happened to me to. I stopped and removed all the docker containers and now it can't even detect the stacks in the folder. I never changed any setting, it is very strange. |
Did you guys stop the stack before? I'm not proficient in
or
for a sane restart routine after pulling the latest updates. Did you make any changes to the compose-file? Do you see your stacks when doing |
A little embarrassing update from my side. It turned out that another application kept overriding my .env file with a wrong path to the stacks, meaning that dockge was not the problem. |
🛡️ Security Policy
Description
I did an update
cd /opt/dockge
docker compose pull && docker compose up -d
But now all my stack of the filesystem are gone.
Dockage says "This stack is not managed by Dockge."
👟 Reproduction steps
Update Dockge
👀 Expected behavior
Not losing files
😓 Actual Behavior
Lost config
Dockge Version
Version: 1.4.2
💻 Operating System and Arch
Debian 11.8
🌐 Browser
Google Chrome
🐋 Docker Version
No response
🟩 NodeJS Version
No response
📝 Relevant log output
No response
The text was updated successfully, but these errors were encountered: