humanmade / humanmade/altis-cli
Add a command to restore from backup
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- Avg merge
- 7d 9h
- Merged PRs (30d)
- 3
Description
Currently restoring an environment from a backup is a three-step process:
* download the backup to local with `altis-cli backups`
* scp this file to the sandbox with `altis-cli stack scp`
* expand the archive and run `wp db import` on the server
Since this is an action that may need to be taken in urgent situations, it would be nice to have the process simplified. I don't have clear details, but a `restore` command that handled all these steps would be great.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.