Fly’s Postgres clusters are images that run Stolon.
This means that if we want to alter Postgres configuration settings, we ought to do this through Stolon’s interface.
Stolon’s settings are usually managed by calling stolonctl
and indeed this binary exists within the deployed Postgres images.
However, when using stolonctl
, we’re asked for a cluster name and store backend. The things I tried so far (fly-appname
, fly-appname-db
, fly_appname
) did not work.
What is the proper way to call stolonctl
/ configure Postgres’ configuration?