From: Guillaume Pellerin Date: Fri, 8 Jul 2016 10:38:28 +0000 (+0200) Subject: update DB and media X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=87c146fae316a27089c0a4b183d9e752a6b3e9b8;p=mezzo.git update DB and media --- diff --git a/scripts/restore_db.sh b/scripts/restore_db.sh index ad8f18bf..cd529b95 100755 --- a/scripts/restore_db.sh +++ b/scripts/restore_db.sh @@ -2,6 +2,6 @@ export PGPASSWORD=$POSTGRES_PASSWORD -pg_restore --clean -Fc -hdb -Upostgres -d postgres /srv/backup/ircam-www.dump +pg_restore -c -Fc -hdb -Upostgres -dpostgres /srv/backup/ircam-www.dump echo "Restore done!"