Skip to content

Instantly share code, notes, and snippets.

@anacrolix
Last active March 22, 2022 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anacrolix/b0bb77b882934dec72cef5d6dba11c20 to your computer and use it in GitHub Desktop.
Save anacrolix/b0bb77b882934dec72cef5d6dba11c20 to your computer and use it in GitHub Desktop.
Removing stolon keeper from Fly.io postgres-ha
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