• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

pleskrestore MySQL tables missing

eugenevdm

Regular Pleskian
I was forced to restore a whole server using pleskrestore, clients, domains, and settings.

The old server ran Fedora Core 6 64-bit and the new server runs Ubuntu 8.04 LTS 64-bit.

I am missing some critical MySQL tables and data for a few databases.

Where I am missing data most of the tables and data is there alphabetically from the top but then towards the end of database some tables and the data is missing.

For example before I might have database 'db_name' with tables:

'categories', 'client', 'logfile', and 'products'

but now I only have:

'categories', 'clients', 'logfile' and 'products' is missing.

This process seems to repeat itself, yet in one instance the whole database is missing.

I thought a good idea to examine the source file and see if I could see if the backup file is intact, but the it's 18 GB in size and doing anything with it takes almost an hour. If I could easily examine the source file I could GUNZIP it and search for the source data to see if it's still intact, but I can't, the file is so difficult to use.

I speculate the problem could be one of three reasons:

1. The data was not backed up properly in the first place. My gut feel is this is not the case and I dearly hope so because I have no other backup to rely on.

2. The restore is failing because of a minor version change or some other peculiarity with restoring from one OS / MySQL to another OS / MySQL. I read with great interest the case of database charset issues in this post http://forum.parallels.com/showthread.php?t=81088 but since I have received no errors I am not sure if this is the case.

3. I also have a theory of timeouts - the one particular table that needs to be inserted is fairly large and I was wondering if MySQL might be timing out.

Nothing I can see in the log file relates to the problem, for example, I don't see any "max key length" errors anywhere that would point at the charset issue.

Please assist urgently.
 
eugenevdm, u were right. in my case it was the consequence of inappropriate backing up of data. i just didn't feel it is necessary..
 
Last edited by a moderator:
Back
Top