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

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

sql - PostgreSQL automatically update row at specific date -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -