Hello,
Migration in progress for me with a 5.2 GB database
![]()
However I don’t have access to the tracking on the dashboard and I have this in the tasks:
Could you give the commands @pierre-gilles please? So on 26/08? :
(It’s more to avoid making a mistake than anything else
)

I suppose it’s:
docker pull gladysassistant/gladys:v4
docker stop gladys \u0026\u0026 docker rm gladys
Then restart a Gladys container with the V4 image:
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:v4
Thanks ![]()
Edit:
Success:
![]()
I would just like confirmation from @pierre-gilles before starting the purge step ![]()
Edit 2:
Silly me
I needed to go local and not on Gladys Plus:
Migration completed in 15 minutes ![]()
I’m starting the purge

After one hour everything is OK:

I’m starting the cleanup:

The database is now over 38 MB:
![]()
And the Gladys Plus backup:


