From febb3a07c475c2280199d8040902effcf7eb473d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 10 Jul 2018 16:18:57 +0200 Subject: [PATCH] Add restore_db_only.sh to restore without loading/unloading the DB --- dev/restore_db_only.sh | 3 +++ install | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 dev/restore_db_only.sh diff --git a/dev/restore_db_only.sh b/dev/restore_db_only.sh new file mode 100755 index 0000000..53b9bc4 --- /dev/null +++ b/dev/restore_db_only.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +docker-compose run db /srv/bin/dev/local/restore_db.sh diff --git a/install b/install index 12cfb2a..75c9331 160000 --- a/install +++ b/install @@ -1 +1 @@ -Subproject commit 12cfb2a1887d3a927e7f50a37945d20c5a89d70b +Subproject commit 75c933110550a34ad366b3dd167faa95f0e6bef9 -- 2.39.5