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.