Trying to create a PostGIS database through Percona Everest UI but can't find any PostGIS options, even though PostgreSQL Operator is enabled. How can I enable PostGIS extension?

Description:

I am trying to use Percona Everest and Percona Operator to create a new PostgreSQL database with PostGIS extension enabled. However, when attempting to create the database through the Everest interface, I cannot find an option to enable PostGIS or create a PostGIS-enabled database. The current configuration have Percona PostgreSQL Operator is enabled (perconaPGOperator.enabled: true), but there appears to be no specific PostGIS support or configuration options available.

Steps to Reproduce:

  1. Deploy Percona Everest using the provided Helm values configuration
  2. Access the Everest UI
  3. Navigate to the database creation section
  4. Attempt to create a new PostgreSQL database
  5. Notice that there is no option to enable PostGIS extension or choose postgis

Version:

  • Everest Server Image: perconalab/everest (latest/development version based on the lab repository)
  • Everest Operator Image: perconalab/everest-operator
  • Percona PostgreSQL Operator: Enabled (version managed by Everest)

Expected Result:

When creating a new PostgreSQL database through Percona Everest, there should be an option to:

  • Enable PostGIS extension during database creation
  • Select a PostgreSQL image that includes PostGIS support
  • Configure PostGIS

Actual Result:

The Everest interface only provides standard PostgreSQL database creation options without any PostGIS-specific configurations or extension enablement options. There is no visible way to create a PostGIS-enabled database through the UI

Hi,

Apologies for the delay in response but did you get this issue resolved?

regards