forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Backing Up Multiple Databases On A Server
- This topic is empty.
-
AuthorPosts
-
-
July 8, 2010 at 6:40 pm #12033jeffsfMember
I need to backup MOST (but not all) of the databases on my webserver. I have one HUUUUGE database that never changes and doesn't need a daily backup, and like 8 small databases that change frequently and thus need daily backups.
How can I setup my XML file to omit the one database, or explicitly define the databases I DO want backed up. I tried this:
123.123.123.123 SECRETUSERNAME SECRETPASSWORD 3306 0 0 yes yes yes yes no no no no no no no no yes no utf8 1 no no But it just skips the second database. There has to be a way to do this without creating individual database backups. Omitting one database would be better because i wouldn't have to update every time a new db was added.
-
July 9, 2010 at 4:38 am #31066MaheshMember
Currently there is no way to achieve this without creating individual database backups.
I have added your feature request here :
http://code.google.com/p/sqlyog/issues/detail?id=1417
Thanks for your suggestion.
-
July 9, 2010 at 6:55 am #31067jeffsfMember'Mahesh' wrote on '09:
Currently there is no way to achieve this without creating individual database backups.
I have added your feature request here :
http://code.google.com/p/sqlyog/issues/detail?id=1417
Thanks for your suggestion.
I came up with a workaround for this:
1) Create a new user with limited privelages to ONLY the databases you want backed up
2) create a new connection with that user to the database server
3) backup the entire db using that connection
viola!
Also, i missed the deadline to upgrade my sqlyog enterprise. If you'd like to give the upgrade, i'd be much obliged!
-
July 9, 2010 at 12:42 pm #31068ChiragMember'jeffsf' wrote on '09:
Also, i missed the deadline to upgrade my sqlyog enterprise. If you'd like to give the upgrade, i'd be much obliged!
Jeff,
No worries, we'll email you the link to upgrade your copy of SQLyog.
Regards,
Chirag
-
-
AuthorPosts
- You must be logged in to reply to this topic.