Sypex Dumper 2 for WordPress
Plugin integrates Sypex Dumper 2 in WordPress. Which can help you create a backup and restore of your MySQL database.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5833 days ago
Is Sypex Dumper 2 for WordPress abandoned?
Possibly abandoned (last update 5833 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Plugin integrates Sypex Dumper 2 in WordPress. Which can help you create a backup and restore of your MySQL database. Sypex Dumper, unlike many similar scripts (plugins), is optimized for maximum performance, as well as for working with large databases of hundreds or thousands of megabytes. Key features, briefly: backup and restore of MySQL database without using third-party programs, just pure PHP; impressive performance; support for two formats file compression (Gzip and Bzip2); friendly Web 2.0 interface with AJAX; work in several stages (to bypass the time restrictions); special file format with the meta-information; MySQL service functions (check, optimize, repair); smart backup with post-processing.
Sypex Dumper can work independently of WordPress, just go to the wordpress/sxd/ and enter the MySQL Username and password.
Installation
- Download latest version of Sypex Dumper from http://sypex.net/en/products/dumper/downloads/
- Copy folder
sxdto folderwordpress - Set chmod 777 for backup folder
sxd/backup - Set chmod 666 or 777 for files
sxd/cfg.phpandsxd/ses.php. - Copy the file
auth_wb2.phpfrom the archive tosxddirectory - Open
sxd/cfg.phpand find line
‘auth’ => ‘mysql cfg’,
replace ‘auth’ => ‘wp2 mysql cfg’, - Copy
wp-sxdfrom the archive towordpress/wp-content/plugins - Enter WordPress Admin panel -> Plugins and Activate plugin “Sypex Dumper 2 for WordPress”
- Then added menu Sypex Dumper 2 where you can make backup/restore database without additional authorization.
Frequently Asked Questions
How do I schedule automatic backups to be saved to my server?
Sypex Dumper starting from version 2.0.5 supports the work from the command line (console/cron).
The following arguments:
- -h=localhost – MySQL-host
- -o=3306 – port
- -u=root – username
- -p=password – password
- -j=my_job – name of the saved job Only argument -j with the name of the saved job required, all the rest must be specified in the event that they differ from the data stored in the config file.
Examples
in unix systems:
/usr/local/bin/php /absolute_path_to_dumper/index.php -j=my_job
in windows:
z:\php5.2\php.exe absolute_path_to_dumper\index.php -j=my_job
Path to php interpreter may vary.
Dumper can run from the command line to perform jobs as exports and imports (for example, if you need to reset every day database of demo-site).
Review feed
Changelog
1.0
- Stable Release
