Loss of access to Gladys after every update

Hello everyone :waving_hand:

First of all, I wanted to congratulate everyone on the creation of this Gladys Assistant project :clap:

Wanting to discover the world of home automation, I started testing the different solutions and the simplicity and design of Gladys Assistant seduced me.

I installed Gladys Assistant on a VM running on a Freebox Delta. I started with Gladys Version 5.

I encounter a problem with each update. After each update, I end up on the account creation page and I can’t log in with my credentials.

I had installed Watchtower for updates anyway.

I’m turning to you to try to understand where the problem comes from :thinking:

I was planning to test Gladys more, but now I have no access :sleepy_face:

Thanks in advance for your feedback.

Best regards and have a good Sunday.

You didn’t mount your db as a volume

Check this out

Install Gladys Assistant on a Freebox Delta | Gladys Assistant Installer Gladys Assistant sur une Freebox Delta | Gladys Assistant

Hi :waving_hand:

Thanks for your reply, upgrade to DB :thinking:?

Gladys was working but every update makes me start from scratch

I’ve never installed Gladys on a freebox, you must have used a command like this:

docker run -d \
--log-driver json-file \
--log-opt max-size=10m \
--cgroupns=host \
--restart=always \
--privileged \
--network=host \
--name gladys \
-e NODE_ENV=production \
-e SERVER_PORT=80 \
-e TZ=Europe/Paris \
-e SQLITE_FILE_PATH=/var/lib/gladysassistant/gladys-production.db \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /var/lib/gladysassistant:/var/lib/gladysassistant \
-v /dev:/dev \
-v /run/udev:/run/udev:ro \
gladysassistant/gladys:v5

You should check that you didn’t miss a line in there…
But I have to admit I won’t be able to help you further on this topic, sorry!

Thanks so much for replying already :wink: Yes, I followed the guide with the command lines. I think I’ll delete my VM and start over. I must have missed something. Thanks again