summaryrefslogtreecommitdiff
path: root/historic/docker/debug/client/dbstart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'historic/docker/debug/client/dbstart.sh')
-rwxr-xr-xhistoric/docker/debug/client/dbstart.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/historic/docker/debug/client/dbstart.sh b/historic/docker/debug/client/dbstart.sh
new file mode 100755
index 0000000..a3d3726
--- /dev/null
+++ b/historic/docker/debug/client/dbstart.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+su -c "createuser --host=dbcontainer root" postgres
+su -c "createdb --host=dbcontainer talertest" postgres