File to restore for testing
This commit is contained in:
parent
9e5b19d6d3
commit
9f54258d8f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
DOSSIER_TEST=rel70dossier25
|
||||
FILE_TEST=dossiertest191124-2109.bin
|
||||
|
||||
dropdb $DOSSIER_TEST
|
||||
createdb $DOSSIER_TEST
|
||||
pg_restore -Fc --no-owner --no-privilege --verbose -d $DOSSIER_TEST db/dossiertest191117-0909.bin
|
||||
pg_restore -Fc --no-owner --no-privilege --verbose -d $DOSSIER_TEST db/$FILE_TEST
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue