Error Backup - Failed to prepare database

General discussions around KeyHelp.
Locked
kurgans
Posts: 24
Joined: Mon 2. Nov 2020, 12:57

Error Backup - Failed to prepare database

Post by kurgans »

Good afternoon, friends.

First, I apologize for my poor English. I only speak Spanish and use a web translator.

Thank you for your understanding.

Today, while looking at a machine, I realized that not all databases are included in the backup that I have scheduled as administrator. I tried to do the backups with mysqldump, and it did them correctly.
I looked for an error in the backup logs and found nothing.
I checked the databases and found nothing that could help me identify the problem.

Has anyone else had a similar experience or know how I can find out more about what is happening with this SQL? I have other similar ones without problems, larger ones, and only this one has problems.

Thank you.
User avatar
Tobi
Community Moderator
Posts: 3440
Joined: Thu 5. Jan 2017, 13:24

Re: Error Backup - Failed to prepare database

Post by Tobi »

Please open a bug report and provide more informations.
Thank you!

posting.php?mode=post&f=12
Gruß,
Tobi


-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
User avatar
Alexander
Keyweb AG
Posts: 4603
Joined: Wed 20. Jan 2016, 02:23

Re: Error Backup - Failed to prepare database

Post by Alexander »

When you provide additional information in the new thread, please also attach the following information.

Please log into your database and select the database with the error. Now perform the following SQL commands and attach the results:

Code: Select all

SHOW TABLE STATUS;

Code: Select all

SHOW WARNINGS;
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Locked