Is there another behaviour on dockerized instances?
sh-5.1# /usr/bin/urbackupsrv cleanup -a 0%
2022-06-17 08:35:35: Shutting down all database instances...
2022-06-17 08:35:35: Opening urbackup server database...
2022-06-17 08:35:35: SQLite: recovered 1890 frames from WAL file /var/urbackup/backup_server.db-wal code: 283
2022-06-17 08:35:35: WARNING: SQLite: cannot open file at line 38147 of [fb90e7189a] errorcode: 14
2022-06-17 08:35:35: WARNING: SQLite: os_unix.c:38147: (13) open(/var/urbackup/backup_server_files.db) - errorcode: 14
2022-06-17 08:35:35: Could not open db [urbackup/backup_server_files.db]
2022-06-17 08:35:35: ERROR: Database "urbackup/backup_server_files.db" couldn't be opened
2022-06-17 08:35:35: ERROR: Couldn't open backup server database. Exiting. Expecting database at "/var/urbackup/backup_server_files.db"
sh-5.1# ls -la /var/urbackup/backup_server_files.db
-rwxrwx--- 1 nobody users 157286400 Jun 17 07:38 /var/urbackup/backup_server_files.db
sh-5.1# whoami
root
urbackup is not running:
sh-5.1# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 2368 84 ? Ss Jun16 0:01 /usr/bin/tini -g -- /bin/bash /usr/local/bin/init.sh
root 7 0.0 0.1 33568 20144 ? S Jun16 0:14 /usr/bin/python /usr/bin/supervisord -c /etc/supervisor.conf -n
root 60 0.0 0.0 5360 88 ? S Jun16 0:00 sleep infinity
root 106 0.0 0.0 7612 968 pts/0 Ss+ Jun16 0:00 sh
root 133 0.0 0.0 7612 4360 pts/1 Ss 08:27 0:00 sh
root 161 0.0 0.0 10272 3724 pts/1 R+ 08:36 0:00 ps aux
If it matters: I use the binhex image: https://github.com/binhex/arch-urbackup