Skip to content
Snippets Groups Projects
Commit 17e6b98e authored by Hofer Dimitri's avatar Hofer Dimitri
Browse files

added comment for POC to drop tables

parent 87efabf4
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,6 @@ See dublication working - adjust SRC_DBNAME and TARGET_DBNAME to see what happen
## Steps needed to make it work with spilo
on leader cluster member patronictl pause.
on leader cluster member patronictl pause - to put the cluster in maintenance mode (you can confirm with patronictl list, you should see maintenance mode: on on the bottom of the output)
After running the script run patronictl resume on master.
Check with patronictl list if any restarts on cluster members is needed.
\ No newline at end of file
......@@ -67,4 +67,6 @@ fi
#TODO
#- cleanup src db
# sed -i '$ d' test.txt && sed -i '1,2d' test.txt delete first and last line
# grep -v postgres_log test.txt the postgres_log line
#- maybe set user for target db; permissions?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment