document make push and make restart
[pgpool-online-recovery] / README.md
index 5ac0d05..3e787b3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,6 +27,15 @@ make init
 
 This will destroy all databases on all nodes, archive logs, etc, so don't do this if you need your old data later.
 
+You can also edit all local files and push them to all nodes using:
+
+make push
+
+To restart all services (pgoool and postgresql) do:
+
+make restart
+
+
 Requirements
 ============