CJ_Clippy 5e83742341
Some checks failed
ci / build (push) Failing after 1s
create migrations-data
2024-12-16 12:39:23 -08:00
..
2024-12-16 12:39:23 -08:00

Futureporn data migrations

This directory is for data migrations ONLY. For schema migrations, see ./migrations node package

Usage

$ a.migration.sh <migration_sql_file>

Real-world Example

Here we use dotenvx to load environment variables (specifically POSTGRES_PASSWORD is needed) and run the migration inside the postgres pod

dotenvx run -f ./.env.development -- bash -x ./scripts/data-migrations/a.migration.sh ./scripts/data-migrations/2024-10-07-transfer-streams.sql