Background / Issue
The tofu infra code should trigger a DB backup before it makes any changes to the API container. Because the API container runs prisma migrations when it starts, it would minimize the data loss in the event that we had a bad migration that messed up the database, requiring us to restore to a snapshot.
Background / Issue
The tofu infra code should trigger a DB backup before it makes any changes to the API container. Because the API container runs prisma migrations when it starts, it would minimize the data loss in the event that we had a bad migration that messed up the database, requiring us to restore to a snapshot.