- Make sure nothing exists already:
docker-compose down -v
- Create a blank DB in volume
data-1
, then start servicepg1
using it:docker-compose run --rm pg1-create-primary && docker-compose up pg1
- From another server, back up the
data-1
db intodata-2
, then runpg2
as a hot-standby:docker-compose run --rm pg2-create-standby && docker-compose up pg2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl get rs,secrets -o json --namespace old | jq '.items[].metadata.namespace = "new"' | kubectl create-f - |
In some cases the IC might determine that a PM meeting for the incident isn't needed.
If the IC decides to waive the meeting please replace the Meeting
section with a
note indicating the meeting has been waived (example: Meeting waived: Paul Mooring
)