It not show anything neither with the debug I dont understand it.
The scheduled backup is at 9:00AM
MariaDB [psa]> select obj_id, obj_type, last, period, active, backup_time from BackupsScheduled where obj_type='server';
+--------+----------+---------------------+--------+--------+-------------+
| obj_id | obj_type | last | period | active | backup_time |
+--------+----------+---------------------+--------+--------+-------------+
| 1 | server | 0000-00-00 00:00:00 | 86400 | true | 09:00:00 |
+--------+----------+---------------------+--------+--------+-------------+
1 row in set (0.00 sec)
or also We can see here:
MariaDB [psa]> select * from BackupsScheduled\G
*************************** 1. row ***************************
id: 1
obj_id: 1
obj_type: server
repository: ext
last: 0000-00-00 00:00:00
period: 86400
active: true
processed: false
rotation: 4
prefix:
email:
[email protected]
split_size: 0
suspend: false
with_content: true
backup_day: 0
backup_time: 09:00:00
content_type: backup_content_all_at_domain
full_backup_period: 2592000
mssql_native_backup: 1
backupExcludeFilesId: 1
backupExcludeLogs: 1
remoteStorage: ftp
but the last information of debug is at 08:53:
[2020-03-13 08:53:22.056] DEBUG [dbquery] [93] END: 0.00004 sec
[2020-03-13 08:53:22.056] DEBUG [dbquery] [94] SQL: SELECT `longtaskparams`.* FROM `longtaskparams` WHERE (`task_id` = '219')
[2020-03-13 08:53:22.056] DEBUG [dbquery] [94] END: 0.00004 sec
[2020-03-13 08:53:22.056] DEBUG [dbquery] [95] SQL: SELECT `longtaskparams`.* FROM `longtaskparams` WHERE (`task_id` = '220')
[2020-03-13 08:53:22.056] DEBUG [dbquery] [95] END: 0.00004 sec
root@eur:~
I'm still investigating but I'm lost with this ..