MT Cloud Monitoring (#3465)

This commit is contained in:
Yuhong Sun
2024-12-15 16:05:03 -08:00
committed by GitHub
parent 4f5a2b47c4
commit 814f97c2c7
19 changed files with 413 additions and 8 deletions

View File

@ -48,4 +48,7 @@ sleep 1
echo "Running Alembic migration..."
alembic upgrade head
# Run the following instead of the above if using MT cloud
# alembic -n schema_private upgrade head
echo "Containers restarted and migration completed."