From 2daeab379fb9cd994a234478254c6c65df87832a Mon Sep 17 00:00:00 2001 From: Michael Brennan Date: Tue, 11 Jun 2024 00:19:08 -0400 Subject: [PATCH] iniit db debugging IV --- deployment/init-db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/init-db.sh b/deployment/init-db.sh index 3d5868d0..cee722eb 100644 --- a/deployment/init-db.sh +++ b/deployment/init-db.sh @@ -1,2 +1,2 @@ go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest -~/go/bin/migrate -path ../backend/migrations/ -database postgres://${SAC_DB_USERNAME}:x@${SAC_DB_HOST}:${SAC_DB_PORT}/${SAC_DB_NAME}?sslmode=disable -verbose up \ No newline at end of file +~/go/bin/migrate -path ../backend/migrations/ -database postgres://${SAC_DB_USERNAME}:${SAC_DB_PASSWORD}@${SAC_DB_HOST}:${SAC_DB_PORT}/${SAC_DB_NAME}?sslmode=disable -verbose up \ No newline at end of file