Problem restoring Gladys

Hi both of you @Tolkyen and @Jluc!

I worked on this issue this morning.

Despite my efforts, I couldn’t reproduce this bug; I tested on different types of servers, and the restore consistently worked for me.

Nevertheless, I updated DuckDB to 1.1.1 in the latest Gladys release hoping that this will fix the issue for you:

If you redo a Gladys restore, perhaps starting from a « clean » base would be advisable; I would recommend doing:

docker stop gladys \u0026\u0026 docker rm gladys

Delete all Gladys files by doing:

sudo rm -rf /var/lib/gladysassistant

(Warning, run this command only on an environment you truly want to destroy; this command deletes everything)

Pull the latest version of Gladys:

docker pull gladysassistant/gladys:v4

Then restart Gladys with the command from the site:

Keep me posted, I hope this will work well for you with this update :crossed_fingers: