diff options
Diffstat (limited to 'scripts/restoredb.sh')
| -rw-r--r-- | scripts/restoredb.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/restoredb.sh b/scripts/restoredb.sh new file mode 100644 index 00000000..e13964cf --- /dev/null +++ b/scripts/restoredb.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +pg_restore -p 5432 -d postgres -c -C /home/share/guillaume/ET.pg +pg_restore -p 5432 -d postgres -c -C /home/share/guillaume/serenitasdb.pg |
