After Update: conf.yml deleted - How to import & Warnings? #572
-
Hi there, I also don't know, where to put it after an update. I googled, but I couldn't figure it out. My Setup:
I also tried it via docker-compose, but there is the same problem. I hope you can help a newbie like me. At every update I get two warnings, that say: WARN A new version of sass-loader is available. Please upgrade for best experience. How can I fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You should just be able to paste your config into the conf.yml file, and map that to a Docker volume. Config shouldn't be reset from updates if it's in a volume, are you using watchtower or just recreating the container with docker-compose? I recommend keeping an up-to-date backup of your config in YAML format, you can download this under the Export Config menu. Also, take a look at the Management Docs - there are lots of resources about running, updating, backing up, etc, which should provide a good starting point. But generally Dashy is pretty standard, so any Docker info you learn elsewhere will apply. And those messages are nothing to worry about. The size warning is from PWA assets which will only be loaded if you are using the PWA. And the latest version of sass-loader isn't supported by Vue CLI. |
Beta Was this translation helpful? Give feedback.
-
Hope this is of some help, as I went through similiar experience using Portainer. (The other option is to use the cloud backup and just restore the config each time ) You might need to tweak some of the host steps (step 2) to suit Debian, I was using a Raspberry Pi with latest Pi OS image. I used the following steps to get this working in Portainer.
For updating Dashy, you can either re-deploy the stack (there's an option to pull the latest image) |
Beta Was this translation helpful? Give feedback.
You should just be able to paste your config into the conf.yml file, and map that to a Docker volume. Config shouldn't be reset from updates if it's in a volume, are you using watchtower or just recreating the container with docker-compose?
I recommend keeping an up-to-date backup of your config in YAML format, you can download this under the Export Config menu.
Also, take a look at the Management Docs - there are lots of resources about running, updating, backing up, etc, which should provide a good starting point. But generally Dashy is pretty standard, so any Docker info you learn elsewhere will apply.
And those messages are nothing to worry about. The size warning is from PWA assets w…