Monday, 11 June 2012

command to get database dump file from postgres database

Hi,

Here is the command to get database dump in postgres

sudo -H -u postgres pg_dump <databasename> > <dumfilename>

Thank You,
Uma Mahesh

No comments:

Post a Comment