[QUESTION] How can I restore dashy_conf.yml ?
Closed this issue · 4 comments
AndKe commented
Question
so I did backup using a dashy_conf.yml , but how(where in the UI) do I restore it?
Category
Setup and Deployment
Please tick the boxes
- You are using a supported version of Dashy (check the first two digits of the version number)
- You've checked that this question hasn't already been raised
- You've checked the docs and troubleshooting guide
- You agree to the code of conduct
CrazyWolf13 commented
Hi
This depends on how you backed up dashy, did you use cloud backup?
Then you need the ID and Password which were showed during the backup.
Otherwise, they should be located in /app/user-data/config-backups, mostly you should have user-data folder mapped to a folder on your host through a docker volume.
AndKe commented
CrazyWolf13 commented
You can insert the data, as always when editing the config file, when setting up the docker container you need to make a volume bind mount from ~/dashy/:/app/user-data/ for example, then you can manually edit the conf.yml inside that mapped folder.
AndKe commented
thank you, it worked fine.