Skip to content

Commit 736d6d2

Browse files
committed
Fix docker demo postgres seed.
1 parent 7b9135b commit 736d6d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
psql -h 127.0.0.1 -U postgres -w -f data/create_tables.sql template1 && psql -h 127.0.0.1 -U postgres -w -f data/metabaseappdb.sql metabaseappdb && psql -h 127.0.0.1 -U postgres -w -f data/grafanaappdb.sql grafanaappdb
1+
#!/bin/bash
2+
psql -h 127.0.0.1 -U postgres -w -f data/create_tables.sql template1
3+
psql -h 127.0.0.1 -U postgres -w -f data/metabaseappdb.sql metabaseappdb
4+
psql -h 127.0.0.1 -U postgres -w -f data/grafanaappdb.sql grafanaappdb
25

0 commit comments

Comments
 (0)