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 e1557a6 commit 62b267aCopy full SHA for 62b267a
test/1.synthetic.sh
@@ -72,3 +72,16 @@ dblab clone list
72
export PGPASSWORD=testuser
73
psql "host=localhost port=6000 user=testuser dbname=test" -c '\l'
74
75
+### Step ?. Restart containers
76
+sudo docker ps -a --filter 'label=dblab_control' \
77
+ | grep -v CONTAINER \
78
+ | awk '{print $1}' \
79
+ | sudo xargs --no-run-if-empty docker restart \
80
+ || true
81
+sudo docker ps -a --filter 'label=dblab-clone' \
82
83
84
85
86
+
87
+psql "host=localhost port=6000 user=testuser dbname=test" -c '\l'
0 commit comments