1. install postgresql
How to Install PostgreSQL 9.6 on Ubuntu 20.04
pg_restore -U tad -d openbravo -h localhost -v -O /tmp/tad_pgsql.dmp
pg_dump -U tad -h localhost -p 5932-F c -b -v -f sstd20180216.dmp sstd20180216
Modified on: Mon, 3 Jan, 2022 at 10:13 AM
1. install postgresql
pg_restore -U tad -d openbravo -h localhost -v -O /tmp/tad_pgsql.dmp
pg_dump -U tad -h localhost -p 5932-F c -b -v -f sstd20180216.dmp sstd20180216
Did you find it helpful? Yes No
Send feedback