Cannot set Backup window for Image Backups

Hi,
after successful update to latest version on Ubuntung 20.04 LTS, I just wondered why my server do full image backup everyday. After checking the backup windows, it sets all the same. Even after setting it back to my usual backup time it jumps back to all the same:


What’s wrong here?

Best

Knut

Additionally, all archiving windows are gone. :frowning:

Additionally, exlude files are ignored.

This is so buggy man…

Additionally, full file backups are so slow now. (max. 145Mb/s, before upgrade ~1Gb/s)

I’ll try to disable encryption and compression for local backups.

Disable encryption and compression does not solve the slow backup speed.

Anyone can help how to set individual backup windows for full backups?

Maybe the log helps after trying to repair the db:

2022-09-05 13:06:55: SQLite: recovered 205 frames from WAL file /var/urbackup/backup_server.db-wal code: 283
2022-09-05 13:06:55: SQLite: recovered 1 frames from WAL file /var/urbackup/backup_server_link_journal.db-wal code: 283
2022-09-05 13:06:55: SQLite: recovered 12 frames from WAL file /var/urbackup/backup_server_settings.db-wal code: 283
2022-09-05 13:06:55: SQLite: recovered 205 frames from WAL file /var/urbackup/backup_server.db-wal code: 283
2022-09-05 13:06:55: Recovering contents of database with id 20...
2022-09-05 13:06:56: SQLite: recovered 12 frames from WAL file /var/urbackup/backup_server_settings.db-wal code: 283
2022-09-05 13:06:56: Recovering contents of database with id 30...
2022-09-05 13:06:56: Recovering contents of database with id 23...
2022-09-05 13:06:58: WARNING: SQLite: database corruption at line 56972 of [3bfa9cc97d] errorcode: 11
2022-09-05 13:09:53: WARNING: SQLite: database corruption at line 56972 of [3bfa9cc97d] errorcode: 11
2022-09-05 13:10:13: WARNING: SQLite: database corruption at line 56972 of [3bfa9cc97d] errorcode: 11
2022-09-05 13:15:39: WARNING: SQLite: database corruption at line 56972 of [3bfa9cc97d] errorcode: 11
2022-09-05 13:15:39: Recovering contents of database with id 24...
2022-09-05 13:15:39: SQLite: recovered 1 frames from WAL file /var/urbackup/backup_server_link_journal.db-wal code: 283
2022-09-05 13:15:39: Recovering contents of database with id 25...
2022-09-05 13:15:41: Importing database with id 20...
2022-09-05 13:15:43: Importing database with id 30...
2022-09-05 13:15:43: Importing database with id 23...
2022-09-05 13:22:53: Moving rows from lost+found...
2022-09-05 13:22:54: Importing database with id 24...
2022-09-05 13:22:54: Importing database with id 25...

Hi,
I’m having the same problem for two different installations. Both were updated from 2.4.15 to 2.5.25 via apt-get on Ubuntu 20.04 LTS.

After upgrade all backup time window values have been reset to value from “incremental file backups”.
If I try to change value for backup windows for “incremental file backups”, it changes all four backup window times values. Changing any other backup time window values and saving changes give no error, but new value is not stored (old value is kept).

Running “repair-database” gave me same exact SQLite Warning:

WARNING: SQLite: database corruption at line 56972 of [3bfa9cc97d] errorcode: 11

but checking SQLite integrity of backup_server.db and backup_server_settings.db gave me no error, so this may be not connected with this case.

@Knuuut in my case some clients also were ignoring exclude file list setting. I found out that those clients were set to use exclude list from client setting and not from group despite. Changing home icon to padlock icon on specific client settings page fixed the problem. All clients were using group settings earlier, so this had to happen during update.

@mafix Thx for the hint. I’ve discovered you have to set empty values on the general settings page to get group settings work.
That was easy, but hard to find…