Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abessifi committed Jul 15, 2014
1 parent 2c9880d commit dba04bb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -72,12 +72,10 @@ As root, create postgres home and ssh keys directories :

If a PostgreSQL server in node1 exists already :

* Backup your databases :

Backup your databases
(node1)$ pg_dump -U {username} -c {db_name} -f /somewhere/{db_name}_backup.sql

* Make sure that the server is down :


Make sure that the server is down
(node1)$ /etc/init.d/postgresql stop

Create postgres ssh private key into "/var/lib/postgresql/.ssh/id_rsa" without passphrase (empty passphrase):
Expand Down

0 comments on commit dba04bb

Please sign in to comment.