Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 1 match
- Sat Apr 30, 2016 7:39 am
- Forum: General Discussion
- Topic: Upgrading postgresql to 9.5
- Replies: 2
- Views: 5135
Upgrading postgresql to 9.5
After successful upgrade to postgresql 9.5 there is a problem with backup script.
Can't dump database admin_db
/usr/lib/postgresql/9.5/bin/pg_dump: invalid option -- 'i'
in file func/db.sh, line 88 there is a command:
pg_dump -h $HOST -U $USER -c --inserts -O -x -i -f $1 $2 2>/tmp/e.psql
In ...
Can't dump database admin_db
/usr/lib/postgresql/9.5/bin/pg_dump: invalid option -- 'i'
in file func/db.sh, line 88 there is a command:
pg_dump -h $HOST -U $USER -c --inserts -O -x -i -f $1 $2 2>/tmp/e.psql
In ...