zalando / spilo

Highly available elephant herd: HA PostgreSQL cluster using Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removing `metric_helpers` and `user_management`

HusseinKabbout opened this issue · comments

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.

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

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.