We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789ab10 commit fc2bf4cCopy full SHA for fc2bf4c
1 file changed
Makefile
@@ -126,9 +126,9 @@ hascaptions:
126
127
export COMPOSE_PROJECT_NAME=studio_$(shell git rev-parse --abbrev-ref HEAD)
128
129
-purge-postgres:
130
- -PGPASSWORD=kolibri dropdb -U learningequality "kolibri-studio" --port 5432 -h localhost
131
- PGPASSWORD=kolibri createdb -U learningequality "kolibri-studio" --port 5432 -h localhost
+purge-postgres: .docker/pgpass
+ -PGPASSFILE=.docker/pgpass dropdb -U learningequality "kolibri-studio" --port 5432 -h localhost
+ PGPASSFILE=.docker/pgpass createdb -U learningequality "kolibri-studio" --port 5432 -h localhost
132
133
destroy-and-recreate-database: purge-postgres setup
134
0 commit comments