Zimaboard 2 Files app not working after software update 1.4.3 > 1.5.4

sudo -i
sqlite3 /var/lib/casaos/files.db ‘ALTER TABLE trash_files ADD COLUMN user_id INTEGER NOT NULL DEFAULT 0;’
systemctl restart icewhale-files

Yes — these are three separate commands.

:one: First run:

sudo -i

Then enter your password to switch to the root user.

:two: Next run:

sqlite3 /var/lib/casaos/files.db 'ALTER TABLE trash_files ADD COLUMN user_id INTEGER NOT NULL DEFAULT 0;'

:three: Finally run:

systemctl restart icewhale-files

After executing these three commands, the issue should be resolved.

If you encounter any problems, please take a screenshot of the command output and share it here so I can take a closer look.

2 Likes