Page 1 of 1

Your Daily Database Backup Failed. -

PostPosted: Mon Apr 09, 2007 4:19 pm
Author: .QUACK.Major.Pain
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.aaquacks.com/forum

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Everything was ok until this weekend and started getting the following message in the daily backup PM

Your Daily Database Backup Failed.

Don't know why. Nothing changed over the weekend.

PostPosted: Mon Apr 09, 2007 11:25 pm
Author: Whisky
Are u sure your backup folder has still CHMOD set to 777 ?

Re: Your Daily Database Backup Failed. -

PostPosted: Tue Apr 10, 2007 4:46 am
Author: .QUACK.Major.Pain
Yea I checked it and it was 777. Re-did it again to 777.
Checked again this morning again backup failed again.

PostPosted: Fri Apr 13, 2007 4:55 pm
Author: DDay629
If you check a while back, I started a long topic on this and they came up with various ways to fix this that I never bothered with cause I don't have the time. <img>

DDay

Re: Your Daily Database Backup Failed. -

PostPosted: Fri Apr 13, 2007 8:58 pm
Author: .QUACK.Major.Pain
OK - Been going on for over a week now - Failed backups

Re: Your Daily Database Backup Failed. -

PostPosted: Fri Apr 27, 2007 9:06 am
Author: Hyster
I am also getting that. I puts the file backup in the backup folder, but the byte count is 0.

Re: Your Daily Database Backup Failed. -

PostPosted: Fri Apr 27, 2007 12:17 pm
Author: found it
Hi

You can have a search here or have a look at the authors site found [url=http]here[/url]

Also have you installed any mods etc...?

I hope that helps

:mrgreen:

Re: Your Daily Database Backup Failed. -

PostPosted: Fri Apr 27, 2007 1:36 pm
Author: .QUACK.Major.Pain
Only thing I added was the googlebot detector mod, I think Frost posted.

Re: Your Daily Database Backup Failed. -

PostPosted: Wed May 02, 2007 1:05 pm
Author: Hyster
I can do a manual backup and it works. Not sure why the backup will create the file but never populate the file.. <img>

PostPosted: Thu May 03, 2007 10:08 am
Author: Joshie
This is happening to me right now. I was going to make a thread about this. But, you made it. So, I am hoping that someone will help you on that one, and.. help me too since it's happening to me too.

Re: Your Daily Database Backup Failed. -

PostPosted: Thu May 03, 2007 1:27 pm
Author: .QUACK.Major.Pain
I guess it's been an issue for a while and nothing has been figured out yet.

Re: Your Daily Database Backup Failed. -

PostPosted: Thu May 24, 2007 7:59 pm
Author: Helter
there are several reasons for your backup to fail.

not enough memory. try raising your mem limit in php.ini This will often cause backups with 0 kb because the backup starts, then fails.

system() is disabled on your server. Often system() is disabled by default and you must turn it on. Ive been told that enabling system() is a security risk, but it is a low risk.

php "safe mode" will restrict which Unix commands you can access. Sometimes it can interfere

try increasing .script execution time in php.ini if you have a large db

The backup function is a simple php command, so if you have correctly chmodded the backup folder to 777 and pointed to it in acp/general admin/Security/special and checked the "enable" box, it will work unless your server is blocking it

Re: Your Daily Database Backup Failed. -

PostPosted: Thu May 24, 2007 8:26 pm
Author: .QUACK.Major.Pain
Mine worked for about 5 weeks and just started coming back failed.

Re: Your Daily Database Backup Failed. -

PostPosted: Thu May 24, 2007 8:41 pm
Author: sanji
"HelterSkelter";p="25929" wrote:system() is disabled on your server.


This could be the problem. My host, for example, decided one day to disable this functionality. Did you check with your host is this is still enable?

On the other hand, many hosts provide automatic backup of your SQL tables, which could be a better way to make safety copies...

sanji

Re: Your Daily Database Backup Failed. -

PostPosted: Fri May 25, 2007 4:36 am
Author: .QUACK.Major.Pain
No worries then - my host does their own backups.

Re: Your Daily Database Backup Failed. -

PostPosted: Thu Jul 26, 2007 6:35 pm
Author: .QUACK.Major.Pain
I am not sure if this is a fix, but Helter mentioned to me to change folders from 777 to 775 to fix a different problem.
Ever since that change, my backups are working again.

Try changing Backup folder CHMOD to 775 and see if it works.