Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ebizdev

    (@ebizdev)

    My work around is,

    added this line to the db-backup
    $sched[‘monthly’] = array(‘interval’ => 2592000, ‘display’ => __(‘Once Monthly’,’wp-db-backup’));

    to get a monthly backup

    and schedule it in db manager as 0 and left the optimize and repair options.

    Thread Starter ebizdev

    (@ebizdev)

    That still doesn’t seem to work. it doesn’t even generate the help page as listed above.

    Thread Starter ebizdev

    (@ebizdev)

    Created the file put it in the root folder pointed the browser and did not see a backup it in backup folder.

    the plug in wp-db-backup works fine however i would rather have 1 plugin to manage this instead of 2.

    any other suggestions or thoughts on what the issue might be?

    Cheers

    Thread Starter ebizdev

    (@ebizdev)

    idk

    the command seems good seems like it is created from this:

    $backup[‘command’] = $brace.$backup[‘mysqldumppath’].$brace.’ –force –host=”‘.$backup[‘host’].'” –user=”‘.DB_USER.'” –password=”‘.$backup[‘password’].'”‘.$backup[‘port’].$backup[‘sock’].’ –add-drop-table –skip-lock-tables ‘.DB_NAME.’ > ‘.$brace.$backup[‘filepath’].$brace;

    any suggestions as to why it fails?

    Thread Starter ebizdev

    (@ebizdev)

    is there a simple work around to be able to get both?

    well the 301 adds 1sec of to the page load sometimes even more

Viewing 5 replies - 1 through 5 (of 5 total)