zalando / spilo

Highly available elephant herd: HA PostgreSQL cluster using Docker
Apache License 2.0
1.52k stars 374 forks source link

Removing `metric_helpers` and `user_management` #925

Open HusseinKabbout opened 10 months ago

HusseinKabbout commented 10 months ago

Is it OK to delete user_management and metric_helpers schemas? I tried looking at the documentation but did not find out if deleting those schemas breaks anything.

HusseinKabbout commented 9 months ago

I am still interested in knowing the answer to this question :D

HusseinKabbout commented 8 months ago

The problem with these schemas is that they are added to all databases when the cluster is set up. I guess the creation of metric-helpers can be deactivated by some random environment variable that is not documented but there is no way to not create user_management.

This is quite annoying since it adds a dependency on the database layout.