Viewing 15 replies - 1 through 15 (of 44 total)
  • There is nothing wrong with the current version, it works fine with WP2.9.

    Thread Starter Granit

    (@granit)

    How come i no longer getting any emails?

    I have no idea, cron timeout? Try the manual backup to see if the backup works fine.

    Lester, I’m having the same problem with both sites I manage.

    WP-DB-Manager will perform manual backups, but it has not performed the automatic backups since December 23.

    Again, two different sites, on different servers, both running WP 2.9, same problem.

    We need a fix.

    You’re awesome. Thanks!

    We could use more information than a link, Lester.

    Should we presume this job ticket relates to a problem that is preventing WP-DB-Manager from performing its scheduled backups?

    If so, do you feel that WordPress is addressing the issue? Is a fix likely and imminent?

    Thank you.

    The ticket relates to failures of the cron system, so I’d guess so.

    It has a committed fix, which means that the fix should appear in the next WordPress release, whenever that is.

    bobjones: mrmist is right, there is a problem with the CRON in WP2.9, it has something to do with the CURL timeout as mentioned in the trac. WP2.9.1 should fix this issue.

    Having said that, I think it only affects some servers as it works fine for my end.

    Err… even manual backups are not working on 1 of my blogs which I upgraded to v2.9 couple of days back. ?? When I try to backup db using the manual option, I get following PHP warnings & it doesn’t backup anything:

    Warning: filesize() [function.filesize]: stat failed for /home/userx/public_html/databasebackup/1262142716_-_userx_wrddb1.sql.gz in /home/userx/public_html/wp-content/plugins/wp-dbmanager/database-backup.php on line 57
    
    Warning: unlink(/home/userx/public_html/databasebackup/1262142716_-_userx_wrddb1.sql.gz) [function.unlink]: No such file or directory in /home/userx/public_html/wp-content/plugins/wp-dbmanager/database-backup.php on line 58

    In the function checks, all is green & it says – Excellent. You Are Good To Go.

    What can be the issue here? My other blogs which are still running v2.8.6 on the same server don’t have any such issues & (automatic & manual) backup is working fine on them & I get the backup emails everyday. Only this blog which I upgraded to v2.9 stopped getting backed up after the upgrade.

    @gamerz

    The check_backup_files() function isn’t there in database-backup.php!! I echoed out the command after execute_backup() function & here’s what I get:

    /usr/bin/mysqldump --host="localhost" --user="dbuser" --password="dbpwrd" --add-drop-table --skip-lock-tables userx_wrddb1 | gzip > /home/userx/public_html/databasebackup/1262281649_-_userx_wrddb1.sql.gz

    Me too facing the same issue ??

    Amit: run that code in SSH of your host. If you no idea what that is contact your host

    @gamerz
    I’ve a cron running DB backups using that command & its working perfectly. Like I said earlier, I’ve other wordpress blogs (v2.8.6) running same plugin version on same server & mysql & they’re all working fine & the plugin is making regular backups. Its just this 1 blog which I upgraded to v2.9 & after that the plugin stopped making backups & started giving these errors! ??

    As mentioned earlier in the thread, this is a problem with cron with WP 2.9. That is why I asked you to run that SSH command in your shell to see if it works. If it works, most likely it that WP issue, if not then if maybe a plugin issue.

Viewing 15 replies - 1 through 15 (of 44 total)
  • The topic ‘[Plugin: WP-DBManager] Does not work after wordpress 2.9’ is closed to new replies.