db-checkpoint icon indicating copy to clipboard operation
db-checkpoint copied to clipboard

Adds a new command to WP-CLI so you can treat your DB like a save point in a video game.

Results 7 db-checkpoint issues
Sort by recently updated
recently updated
newest added

I love your WP-CLI package, but I don't like storing backups in the web-accessible directories. Would it be possible to either place a hook here or add an argument to...

When running `wp dbsnapback [name]`, I see the following warning in the terminal. I tried with both WP_DEBUG enabled and disabled - doens't seem to affect WP CLI. ``` PHP...

Following case: 1. take a snap 1. activate plugin that creates custom table(s) 1. revert snap Result: db is reset but the custom tables are still present. Is that intended?...

I realize this is probably intentionally geared towards development environments so completely understand if this issue is discarded because of that. However, I noticed that snapshots are saved to the...

enhancement

Warning: strpos(): Empty needle in /home/vagrant/.wp-cli/packages/vendor/binarygary/db-checkpoint/db-checkpoint.php on line 294 followed by Exported to '/srv/www/htdocs/wp-content/uploads/checkpoint-storage/.20170208-1751.sql'

Functional tests are an integral ingredient of highly-quality, maintainable commands. WP-CLI tries to make it as easy as possible to add functional tests to your package with its `wp scaffold...

Getting the following error after installing in [localwp](https://localwp.com/): > Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". Details ➜ wp help...