ebizdev
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: DB-Manager not DumpingMy 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.
Forum: Fixing WordPress
In reply to: DB-Manager not DumpingThat still doesn’t seem to work. it doesn’t even generate the help page as listed above.
Forum: Fixing WordPress
In reply to: DB-Manager not DumpingCreated 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
Forum: Fixing WordPress
In reply to: DB-Manager not Dumpingidk
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?
Forum: Fixing WordPress
In reply to: Prefix www from URLis there a simple work around to be able to get both?
well the 301 adds 1sec of to the page load sometimes even more