Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 14 of 14
  1. #1
    Member
    Join Date
    May 2007
    Posts
    18

    Lightbulb backup empty-s my tables???

    HEllo,


    This is the second time it happens. First time i thought i was doing something accidentally.
    It empty-ed a few of my tables. Today again, one of the is gone.
    And the thing is i have whm set up to backup via ftp that account, so i suspect WHM.

    Any ideas if i'm right?

    Thanks.

  2. #2
    Member
    Join Date
    May 2007
    Posts
    18

    Default

    nobody, no idea? didn't happened to anyone?

  3. #3
    Member ddeans's Avatar
    Join Date
    Feb 2004
    Location
    Maryland
    Posts
    302

    Default

    Give more information and you will get more help.

    Can you please tell us about your server? What version of cpanel etc...?

  4. #4
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Wink

    Quote Originally Posted by michee View Post
    nobody, no idea? didn't happened to anyone?

    Check to see if you have enough space on the account, and check that temp is not full. These two suggestions have been posted here before to other threads of a similar nature. No one is replying (I'd guess) because it's been discussed before. using the search might be the way to go.

  5. #5
    Member
    Join Date
    May 2007
    Posts
    18

    Default

    I have installed

    WHM 10.8.0 cPanel 10.9.1-S14304
    CentOS 4.5 i686 - WHM X v3.1.0 .

    I'll do a search on the forum,thanks

    My account does not exceed it's quota.....how do i check temp???

  6. #6
    Member rpmws's Avatar
    Join Date
    Aug 2001
    Location
    back woods of NC, USA
    Posts
    1,858

    Default

    Quote Originally Posted by michee View Post
    HEllo,


    This is the second time it happens. First time i thought i was doing something accidentally.
    It empty-ed a few of my tables. Today again, one of the is gone.
    And the thing is i have whm set up to backup via ftp that account, so i suspect WHM.

    Any ideas if i'm right?

    Thanks.

    i assume you mean MySQL tables? when you say "empty" do you mean when backups run ..the "live" table you have that a backup is being made of gets dropped?
    Just keeping my "eye" on things....
    R. Paul Mathews
    RPMWS - diehard cPanel Nutcase

  7. #7
    Member
    Join Date
    May 2007
    Posts
    18

    Default

    yes that's right mysql tables.
    After the backup is runt my table is truncated(i think it's more correct).
    I have searched the forum but i couldn't find anything helpful for me.....

  8. #8
    Staff Member cpanelben's Avatar
    Join Date
    Feb 2004
    Location
    Houston, Texas USA
    Posts
    598
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Backups of MySQL are made using mysqldump. The databases and tables are untouched otherwise during this process. By "truncated" do you mean that portions of the data is purged, or all of the data?

  9. #9
    Member rpmws's Avatar
    Join Date
    Aug 2001
    Location
    back woods of NC, USA
    Posts
    1,858

    Default

    Quote Originally Posted by cpanelben View Post
    Backups of MySQL are made using mysqldump. The databases and tables are untouched otherwise during this process. By "truncated" do you mean that portions of the data is purged, or all of the data?
    and does he mean the backups are missing the table or does he mean the live data? I have a case where a highly respected and well known trusted client of 5 years swears one of his tables just vanished and I can't find it it backups anywhere either. By searching error logs and email logs that relate to the scripting that uses just that table I have determined that that table was fully in tact and functioning just 10 days ago. Yet that table isn't in my dumps, nor is it in his live db and it's also not in the _va_lib_mysql raw backups mysql structures either.

    I am starting to wonder if there is a bug in mysqldump.

    That said, ... this is only one case and even my client can't rule out stupid client mistake in php myadmin. But he is almost sure it wasn't. But if anyone else sees this then there is something going on here recently hat has changed. Because this is almost unheard of.

    wanted to point out that I doubt this has to do with cpbackup ..but just in case. I run cpbackup daily, weekly, monthly, full retention INCREMENTAL, NOT in tar mode and I also backup the mySQL DIRS.
    Last edited by rpmws; 08-09-2007 at 02:43 AM.
    Just keeping my "eye" on things....
    R. Paul Mathews
    RPMWS - diehard cPanel Nutcase

  10. #10
    Member
    Join Date
    May 2007
    Posts
    18

    Default

    today it happened again.
    Only some of the rows in my table gone. Another time all the rows from a table gone. ALL!

  11. #11
    Member
    Join Date
    May 2007
    Posts
    18

    Default

    and it happenede again today!!!!!

  12. #12
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Lightbulb

    Not that it really matters I don't think, but what software is this database for and how large is it? Also how much space is on the account used and unused?

  13. #13
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    This is out of left field, but I know some software has the option to truncate tables after the data has been backed up. Not sure why they include that option, but may want to check cron jobs (or even the software itself if it's designed to not rely on cron) to see if the software itself that utilizes the database is causing this.

  14. #14
    Member
    Join Date
    May 2007
    Posts
    18

    Default

    I looked at Main >> Account Information >> List Accounts
    and this account uses 0 MB and the Quota is unlimited(it has only a few files and the database is small, it's true).
    The database has 30K per total.

    These are my cronjobs

    34 3 * * * /scripts/upcp
    0 1 * * * /scripts/cpbackup
    */15 * * * * /usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1
    2,58 * * * * /usr/local/bandmin/bandmin
    0 0 * * * /usr/local/bandmin/ipaddrmap
    1 1 * * * /usr/local/cpanel/whostmgr/docroot/cgi/cpaddons_report.pl --notify
    0 6 * * * /scripts/exim_tidydb > /dev/null 2>&1
    */5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1


    As I sad the backup is done from cpanel to a remote ftp server. I did not see any option to truncate the tables after backup there, so i couldn't have set a thing like that...
    Last edited by michee; 08-13-2007 at 05:28 AM.

Similar Threads & Tags
Similar threads

  1. Replies: 3
    Last Post: 10-16-2008, 01:40 PM
  2. cpanel backup doubling db tables?
    By kevin2004 in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 10-19-2006, 03:55 PM
  3. eximstats tables empty
    By irate in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 11-30-2004, 09:40 AM
  4. Backup creating empty archives.
    By Dave West in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 07-08-2004, 02:51 PM
  5. Empty Backup Directory? No Backups!
    By knipper in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 07-06-2004, 09:24 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube