You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Maybe something like this: team51 pressable:cross-restore --from=SITEID --to=SITEID --filesystem --database
--from and --to are necessary, and at least one of --filesystem or --database are required.
For extra protection, maybe fail if there is a domain mapped to the restore-to site?
After the restore (which will take some time depending on the site), we should do what we do for development site cloning: Set the environment variable to staging, then install SafetyNet as a mu-plugin.
Pressable API: https://my.pressable.com/documentation/api/v1#site-cross-restores
Maybe something like this:
team51 pressable:cross-restore --from=SITEID --to=SITEID --filesystem --database--from and --to are necessary, and at least one of --filesystem or --database are required.
For extra protection, maybe fail if there is a domain mapped to the restore-to site?
After the restore (which will take some time depending on the site), we should do what we do for development site cloning: Set the environment variable to staging, then install SafetyNet as a mu-plugin.