Error message for sql backup size

Post Reply
cheryl_gc
Posts: 19
Joined: Tue Jul 16, 2013 9:41 pm

Error message for sql backup size

Post by cheryl_gc »

scj/backup/scj_pro_49.2013-08-07.sql is sql but size is only 795

What size should the backup size be?
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Error message for sql backup size

Post by admin »

Make sure you have all updates and check path to mysqldump
Don't forget to run script update
cheryl_gc
Posts: 19
Joined: Tue Jul 16, 2013 9:41 pm

Re: Error message for sql backup size

Post by cheryl_gc »

scj_pro_50.2013-08-07.sql 797b

is this the correct size? I can download the file but it does not appear to have anything to backup

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Error message for sql backup size

Post by admin »

Yes, for some reason it doesn't write to file
make sure you have all updates and if you want me to investigate this problem - pm access to ssh
Don't forget to run script update
Post Reply