Results 1 to 2 of 2

Thread: Error 28 from storage engine after every cpbackup

  1. #1
    Member
    Join Date
    Feb 2004
    Posts
    49

    Default Error 28 from storage engine after every cpbackup

    I get this error after ever automated cpbackup. Got it two years ago - get it now as well on a brand new machine. The only way to not get it is to disable cpbackup.

  2. #2
    cPanel Staff cPanelJared's Avatar
    Join Date
    Feb 2010
    Location
    Houston, TX
    Posts
    1,475
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Error 28 from storage engine after every cpbackup

    You can use perror to see what MySQL error codes mean. Error code 28 from MySQL means that a partition is full:

    Code:
    # perror 28
    OS error code  28:  No space left on device
    You have a full partition, likely /var if MySQL is using the default /var/lib/mysql as its data directory, or also possibly /tmp. You will need to look at the usage of your partitions and make sure there is plenty of room for MySQL to write to in both its data directory and in /tmp.
    For hands-on assistance, please reference our new support information page: Where should I go for support?
    cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists(Alt) - Documentation - Find cPanel hosting


    -- Jared Ryan, Technical Analyst, cPanel Technical Support

Similar Threads

  1. Got error 28 from storage engine
    By quicklyweb in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 10-28-2009, 07:06 PM
  2. 0: Got error 28 from storage engine
    By its_joy in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 03-07-2009, 08:29 AM
  3. Got error 1 from storage engine
    By lehels in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 01-28-2008, 05:12 AM
  4. ERROR 157 (HY000): Could not connect to storage engine
    By mojamoi in forum New User Questions
    Replies: 0
    Last Post: 11-02-2007, 12:45 AM
  5. Got error 28 from storage engine
    By swfmx in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 04-23-2007, 01:07 PM