Import Postgres Backup in linux command line


sudo su postgres 
psql -U postgres dhis2 < /home/downloads/dbexport.pgsql

Comments

Popular posts from this blog

dhis2 installation in ubuntu