-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Feature Request
- Yes, I reviewed the contribution guidelines.
Describe your use case and the problem you are facing
I need to migrate a WP VLDB (Very Large Database) to another server.
Core maintenance mode auto-expiring in 10 minutes was a surprise discovery.
Some long maintenance jobs may require much more time.
Describe the solution you'd like
wp maintenance-mode activate
could take maybe a --manual
parameter to deploy an unexpiring $upgrading = time()
file, as seems to the best practice for this use case shown at https://wordpress.stackexchange.com/questions/211303/wp-cli-enabling-maintainance-mode and elsewhere.
Y'alls thoughts?