Skip to content

Testing FAQ

bwmarkle edited this page Apr 16, 2019 · 1 revision

How to test pre_auto_update backups.

  1. Make sure your Backup Settings are configured to backup prior to auto updates
  2. delete_option( 'boldgrid_backup_last_backup' ); // Because of this.
  3. delete_option( 'cron' );
  4. Edit a plugin and change the version to something prior
  5. Click a few admin / front end pages to trigger the cron.
Clone this wiki locally