mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
[db.sh] change -d to --inserts
the -d parameter was removed in pgsql 8.4 Signed-off-by: Yonathan Dossow <ydossow@inf.utfsm.cl>
This commit is contained in:
parent
67a12bde40
commit
104bfc2277
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ dump_pgsql_database() {
|
|||
exit $E_DB
|
||||
fi
|
||||
|
||||
pg_dump -h $HOST -U $USER -c -d -O -x -i -f $dump $database \
|
||||
pg_dump -h $HOST -U $USER -c --inserts -O -x -i -f $dump $database \
|
||||
2> /dev/null
|
||||
|
||||
if [ '0' -ne "$?" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue