Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Backing Up Multiple Databases On A Server

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Backing Up Multiple Databases On A Server

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #12033
      jeffsf
      Member

      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.

    • #31066
      Mahesh
      Member

      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.

    • #31067
      jeffsf
      Member
      '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!

    • #31068
      Chirag
      Member
      '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

Viewing 3 reply threads
  • You must be logged in to reply to this topic.