Export feature for all config (compose.yaml and .env) #308
Replies: 7 comments 1 reply
-
You could set a cron job to backup the compose directory at regular intervals, or setup Syncthing which would sync when any changes are made. Or am I not getting what you want to do? |
Beta Was this translation helpful? Give feedback.
-
Very good suggestion. Please provide import and export for configurations. |
Beta Was this translation helpful? Give feedback.
-
I had one of my servers crash, which had lots of containers. When I open the console in dockge UI, I can see those compose files in the docker directory, but the console does not allow me to cat or tar or any way to export or expose them. Is there a manual way I can extract those? it would save me days, and even then, I might not get it the same. |
Beta Was this translation helpful? Give feedback.
-
Can you not do as I suggest further up this thread, either syncthing or a simple script with a cron job. |
Beta Was this translation helpful? Give feedback.
-
Perhaps I'm not understanding properly or not explaining correctly. Thanks |
Beta Was this translation helpful? Give feedback.
-
Ah right, I believe all the compose.yml files are in the folder you setup for dockage (DOCKGE_STACKS_DIR=/compose for example), so if your compose folder was on that inaccessible drive, then I'm afraid they're lost. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the follow up. |
Beta Was this translation helpful? Give feedback.
-
🏷️ Feature Request Type
UI Feature
🔖 Feature description
A tool that could open backup capability to avoid multiple users error
✔️ Solution
A single flat file or maybe a zip file for all compose. Any idea will be welcomed
❓ Alternatives
At the very first, only download option could already be super useful to facilitate git review when someone is changing something on Dockge UI
📝 Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions