Last active
March 22, 2022 07:58
-
-
Save anacrolix/b0bb77b882934dec72cef5d6dba11c20 to your computer and use it in GitHub Desktop.
Removing stolon keeper from Fly.io postgres-ha
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
fly ssh console -a <postgres app> | |
export $(cat /data/.env | xargs) | |
stolonctl removekeeper <keeper id> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment