• I am not getting any auto backups.
    After I installed the plugin yesterday, I set it to 12 hours and no backups have been made.
    I did notice that the time for the next backup said the same time as I saved the options. Now it just says N/A

    I had WP3.14 yesterday and just updated to WP3.2

    Manual backups are done with no problems.

    Regards, Ron

    http://wordpress.org/extend/plugins/wp-dbmanager/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Lester Chan

    (@gamerz)

    I will monitor it, so far I have no problems.

    this is also a problem with me. could it be plug-in incompatibility? now i can’t even do manual backup.

    Plugin Author Lester Chan

    (@gamerz)

    Unlikely, more like a conflict instead. I am still using it and it works on 3.2

    Try debugging it with your ssh http://forums.lesterchan.net/index.php/topic,4549.0.html

    had this problem once was a memory capacity problem here incrased mem to 96M. problem did not ocure here anymore

    Same problem here… WP 3.2.

    Manual backups work fine, auto backups never run. Every time auto backups options are saved it sets the “Next backup date” to the current date/time… meaning they never run.

    Any idea why this is happening and a fix would be great

    majofa

    (@majofa)

    Same problem here: WP 3.3.1

    I found a partial solution in
    http://forums.lesterchan.net/index.php/topic,4564.0/prev_next,prev.html#new

    On line 418 modded to…
    wp_schedule_event(time()+$backup_options[‘backup_period’], ‘dbmanager_backup’, ‘dbmanager_cron_backup’);

    Line 424 modded to…
    wp_schedule_event(time()+$backup_options[‘optimize_period’], ‘dbmanager_optimize’, ‘dbmanager_cron_optimize’);

    Line 430 modded to…
    wp_schedule_event(time()+$backup_options[‘repair_period’], ‘dbmanager_repair’, ‘dbmanager_cron_repair’);

    Now the time displays correctly tomorrow´s date but ……
    backup still does not run on the set date.

    monpelaud

    (@monpelaud)

    Hi,
    I have the same problem. Have you find a fix ?

    Many Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WP-DBManager] No auto backups’ is closed to new replies.