Restoring Errors, Errorcode: 4

Hi, I have tried to look on this forum for Issues similar to this before posting, I did find some however I can’t seem to find anything that gives me enough info to solve the problem I am experiencing.

I have a setup of Urbackup running, server in a docker container and client on the headless ubuntu host, I have not touched the instance in a bit but recently changed some of my network settings and did my best to adjust the settings properly in Urbackup.

Everything seemed to be working correctly but then I noticed the following error on my Urbackup web GUI (see image below)

image

I also noticed that backups were running fine despite the error. I can trigger a backup via commandline (or a scheduled one) and view through the web UI that backups appear to be working fine. So my initial thought was just to ignore this error as everything seemed to be fine. However I decided to test a restore, I triggered it with urbackupclientctl restore-start .... This did not work and gave me: Error starting restore. Errorcode: 4

Running urbackupclientbackend -v debug I get the following:

2023-06-10 18:09:08: ERROR: Error opening admin only file
2023-06-10 18:09:08: ERROR: Error setting file permissions to "urbackup/backup_client.db"
2023-06-10 18:09:08: WARNING: SQLite: cannot open file at line 38147 of [fb90e7189a] errorcode: 14
2023-06-10 18:09:08: WARNING: SQLite: os_unix.c:38147: (13) open(/usr/local/var/urbackup/backup_client.db) -  errorcode: 14
2023-06-10 18:09:08: Could not open db [urbackup/backup_client.db]
2023-06-10 18:09:08: ERROR: Database "urbackup/backup_client.db" couldn't be opened
[1]    731289 segmentation fault (core dumped)  urbackupclientbackend -v debug

I am not really sure what to do here, I feel like there may be multiple issues? If anyone could help it would be much appriciated!