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 d5f26e4 commit 4d05abaCopy full SHA for 4d05aba
Makefile
@@ -42,3 +42,6 @@ ab-graphql:
42
43
ab-html:
44
ab -c 10 -n 2000 http://gemeindescan.ch/
45
+
46
+dump-db:
47
+ @docker-compose exec pdb sh -c 'pg_dump --no-owner --no-acl --schema=public -U $$POSTGRES_USER $$POSTGRES_DB'
0 commit comments