How can I use Gitpod workspace snapshots to safely rollback a database schema change?
I want to experiment with database schema migrations inside a Gitpod workspace that runs a PostgreSQL service defined in my gitpod.yml . Before applying a migration I would like to capture the exact state of the workspace—including the database volume—so that I can revert to that state if the migration introduces errors or leaves the database in an inconsist