Hello !
I have discovered (!?) a rather serious problem with the MySql database backup.
I wanted to move one SME 6.0.1 intallation to one newer and bether PC.
So i made a backup to workstation of the old installation and a new installation with backup restore at the new PC.
Everything works ok, exept for one thing - ca 50 persent of the databases were missing in the new intallation. In some strange way it did not backup/restore all of the databases, just some of them.
I have experienced the same error with the SME 5.6 before on different hardware.
The total amount of backup data is 390 MB in compressed form. (Is the 2 GB limit is still there ??)
In this case it was not a big problem because I could just backup/restore the missing databases via phpmyadmin. If it had been a harddisk crash or something like that I would have lost my database datas, at least 50 % of the database datas.
I tried to go into the bacup file with the Winrar program to see if it were possible to verify if all databases were backed up. I think there is only one common mysql database dump file "mysql.dump", so you can not see if all databases is there or not (??!).
Is it anybody who know how to handle the situation, to make sure that it (the SME server) makes complete and proper database backups ? (I think this is the most serious problem I have experienced with the SME server.)
One other temporary solution - I think it is possible to make a complete backup of the databases with one command, something like:
mysqldump --all-databases> alldatabases.sql
(have not tried, found it here:)
http://www.devshed.com/c/a/MySQL/Backing-up-and-restoring-your-MySQL-Database/1/But I dont know how to restore such a complete backup. What will then happend with all the datas that is already inside the mysql server, will it be overwritten or what ? (Like the mysql database with user accounts, the Horde database and the ca 50 % of the custom databases that actually were restored in the first place.)
Aanybody who have tried such a complete database backup/restore ? (The reason for this question is that I think it could be an idea to make one aditional "spare" database backup, for the case that the "primary backup" should not contain all database datas.
I would be thankfull for all info about this backup problem.
Best reg Arne.