Client 'offline' but is 'connected'

I tried adding a client yesterday. While trying to add the client, the SQLite database was locked due to cleanup tasks. As such, the UrBackup interface was stuck loading. So, I tried to add the client two more times. But it turned out the client was added; so at that time, I had added the same client thrice.

I deleted all these clients, waited for the nightly cleanup to run for them to be deleted, and re-added the client. I provided the urbackupclientbackend with the new internet_authkey. The client now says it is connected:

[root@wezen ~]# urbackupclientctl status
{
"capability_bits": 65548,
"finished_processes": [],
"internet_connected": true,
"internet_status": "connected",
"last_backup_time": 0,
"running_processes": [],
"servers": [],
"time_since_last_lan_connection": 2370220
}

However, the UrBackup server has a status of ‘No’ for ‘Online’.

What could cause this?

Seems to have been resolved by restarting urbackupsrv :slight_smile: