Snapshot Troubleshooting
Snapshots require stopped VMs.
Restore also requires a stopped VM:
If restore behaves unexpectedly, list snapshots and inspect state:
Snapshot Missing
Check the exact instance and snapshot name:
Snapshot names are per instance. A snapshot for web is not automatically a snapshot for another VM.
Restore Did Not Remove A File
Confirm the marker was created after the snapshot:
yeast up
yeast exec web -- test -e /home/yeast/marker
yeast down
yeast restore web baseline
yeast up
yeast exec web -- test ! -e /home/yeast/marker
If the final command fails, inspect the VM and logs before destroying the project.