Skip to main content

WHM backup MySQL question

Comments

3 comments

  • adonius
    They was I was reading the OP thread was within whm there was a selection for backup individual mysql whole mysql So it looked to me as IF mysql was running more than 1 instance which I don't 'believe' is possible So maybe the thread was discussing within whm the ability to allow a backup of 1 users mysql or maybe it was doing something I was told was not possible, to have more than 1 instance of mysql on a server running Anyway, I'm still trying to figure out the best way to allow backups for a shared server outside of our catastrophic R1 we do, which doesn't do mysql as 'users' only the server wide instance which means the whole db has to be restore is a corruption happens So 'backup' is still part of what I have to figure out on a new server we have that is thus far just doing R1 for the whole server and the way it is setup now, I don't see any individual mysql info in whm but inside users cpanels I'm a little familiar with exporting mysqal for that account Oh, we recently started to use backupguard on lots of wp users as a way to do partial mysql backup for that 1 account should they mess something up and need to restore a full data recover of just their data and mysql info So I can't vouch yet for if backupguard works but thus far it is creating an archive of that users data Soon we will take a new site with minor data and a theme and do some changes then try to 'restore' within backupguard to the original settings If it works, then that will be our 'user level' backup So backupguard with server wide R1 and then maybe a 2nd drive to mirror data and /var only might be our final solution , Backup has always been an issue with me, since I'm old school, 40+ years ago the first 3 words my dad taught me about computers were backup backup backup So I've always had redundant backup until the net and in the early days without wordpress it was easy, since html was created remotely and then ftp'd into the server so at least data was always remotely held But wordpress changed that and then we relied on a raid and R1 and when a corrupt drive ruined a whole raid and only R1 saved us, I realized how vulnerable all these mysql intensive cms programs like wordpress are Anyway, when I saw that whm info about a, b and c as mysql choices I thought hmmm, I don't see that on my whm and then I saw the thread was old and the refer link was dead so now I'm asking about exactly how is mysql options in whm done to allow a user ability to 'backup' other than the usual export in phpadmin stuff in cpanel most users should have access Anyway, with mysql intensive users we are now installing backupguard as part of our management of their wp
    0
  • cPanelMichael
    But it seems those 3 options imply multiple instances of mysql.

    Hello, The MySQL backup options are documented at: Backup Configuration - Documentation - cPanel Documentation Here's the description of each option: Per Account Only - Only back up the databases for each account. This setting uses the mysqldump utility. Entire MySQL Directory - Back up all of the databases on the server. This backs up the entire /var/lib/mysql/ directory. Per Account and Entire MySQL Directory - Perform a comprehensive backup that copies all of the databases for each individual account, as well as all of the databases on the server.
    It's not separate MySQL instances, but rather different methods of backing up the existing MySQL data. Thanks!
    0
  • adonius
    Thanks
    0

Please sign in to leave a comment.