create a postgresql dump file on ubuntu system -


I am new to the Ubuntu environment and I want to create a database file dump.

You can use

/ usr / bin / pg_dumpall - host {Yourhost} --port {port} --username "{username}" - Database "{dbname}" - any password - webz - file "backup .sql"

Comments

Popular posts from this blog

ruby on rails - How to avoid ActionController::InvalidCrossOriginRequest exception? -

How to edit the second line in text file using batch? -

Selenium IDE Conditional Statements -