Postgres-operator: Can operator postgis database?

Created on 5 Mar 2020  路  2Comments  路  Source: zalando/postgres-operator

The operator only creates postgres database?
Do we have to extend the operator to use PostGis extension?

Most helpful comment

Ok.
The question was about way to specify in the CRD manifest for enduser.
Is there a way in the manifest so operator can do this automatically for us.

All 2 comments

Just connect as superuser and run CREATE EXTENSION postgis;

Ok.
The question was about way to specify in the CRD manifest for enduser.
Is there a way in the manifest so operator can do this automatically for us.

Was this page helpful?
0 / 5 - 0 ratings