I recognized, that the backup functionality throws a lot of errors when using mysql.
The most errors are because the naming of the tables are wrong (UPPERCASE instead of lowercase). See this:
Error on table “raz1_errors”!
Database reported: Tabelle “RAZ1_ERRORS” nicht gefunden
Table “RAZ1_ERRORS” not found; SQL statement:
INSERT INTO b860ff34ad32c4d4280ff2d3227f255d5.raz1_errors
(err_date, err_header, err_text, host_id, id, )
VALUES(?,?,?,?,?,) [42102-191]
More:
Error on table “raz1_folders”!
Error on table “raz1_folders_desc”!
Error on table “raz1_log_folders”!
Error on table “raz1_log_users”!
Error on table “tools”!
Error on table “users”!
Error on table “wisdom”!
Please keep in mind: I’m using a very plain install, no changes made on these backup scripts.
I also had problems to restore that backup(s) fwhile migratring from 1.8x to 1.8.2 - espacially the “users” have problems later on - no login possible anymore.
My question now:
- Are you aware of these problems?
- Is it possible, that these are not problems? If true, why they appear so often?
- Is it possible to verify the backups of consistency?
- Is it a big difference using mysql dumps as backup instead of using razunas internal backups?