Error Backup - Failed to prepare database
Posted: Wed 15. Oct 2025, 11:28
Good morning,
I am attaching the information you requested. I see that the other thread is closed and I cannot follow it.
The system is Debian 12, which has just been installed, and everything is default when we install the panel. Server version: 10.11.14-MariaDB-0+deb12u2 Debian 12
The panel version is the latest, as it has only been installed a few days ago.
Keyhelp - Version 25.2 (Build 3483)
@Alexander, regarding what you mentioned, I also checked the tables and there is no difference between them and other tables with the same views. I am attaching a fragment in a txt file so as not to make the thread too long.
And regarding the warnings, it does not indicate anything.
SHOW WARNINGS;
Empty set (0.000 sec)
A script I created via ssh performs the backups without any problems and without any modifiers.
echo $DB
mysqldump -u root -p$MYSQL_PASSWORD $DB > “$BACKUP_DIR/base-pre-$DATE.sql”
Thank you again for your interest.
I am attaching the information you requested. I see that the other thread is closed and I cannot follow it.
The system is Debian 12, which has just been installed, and everything is default when we install the panel. Server version: 10.11.14-MariaDB-0+deb12u2 Debian 12
The panel version is the latest, as it has only been installed a few days ago.
Keyhelp - Version 25.2 (Build 3483)
@Alexander, regarding what you mentioned, I also checked the tables and there is no difference between them and other tables with the same views. I am attaching a fragment in a txt file so as not to make the thread too long.
And regarding the warnings, it does not indicate anything.
SHOW WARNINGS;
Empty set (0.000 sec)
A script I created via ssh performs the backups without any problems and without any modifiers.
echo $DB
mysqldump -u root -p$MYSQL_PASSWORD $DB > “$BACKUP_DIR/base-pre-$DATE.sql”
Thank you again for your interest.