I’m running on v4.30.0 on Raspberry Pi at the moment and I’m going to switch over to a Beelink Mini S. How can I copy over the database so that I don’t lose all my settings?
Hello
Easy solution: subscribe to Gladys Plus, it takes care of database backups
Complex solution:
- stop Gladys docker instance
docker stop gladys
- save the files
/var/lib/gladysassistant/gladys-production.*
(you will find multiple files) - install Gladys on your Beelink
- stop Gladys docker instances
docker stop gladys
- restore all the
/var/lib/gladysassistant/gladys-production.*
- start Gladys docker instance
docker start gladys
1 Like
The problem is that I’m on v4.30.0. Is it possible to install that version any more?
Should be still available
docker pull gladysassistant/gladys:v4.30.0
1 Like
oh cool, thanks. I wasn’t aware of that