I took a backup a few hours ago, and successfully restored a 4.8GB sql file just now after AI dropped a needed table in a migration. With Alembic/FastAPI it autogenerates migrations, and it autogenerated dropping a table and ran it before I could look at it. I have since updated my code so autogeneration of migrations is working properly.
Update: I added an Alembic autogenerate check step on Jenkins so this shouldn’t happen in the future.