mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Merge pull request #70 from ydossow/master
change -d to --inserts for pg_dump
This commit is contained in:
commit
559b4d1287
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