Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Single command for Postgresql backup and restore

If u want to parallel dump and restore from one cluster to other u can use below statement.

pg_dump -U postgres -h source_host source-db | psql -U postgres -h Target-host Target-db

Comments

Popular posts from this blog

aireplay-ng

VMWARE WORKSTATION 3,4,5,6,7,8,9,10,11,12,14,15...etc LICENSE KEYS COLLECTION

PGA monitoring views in oracle

datapump inctype explanation in oracle

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?