From fe37030cd1629563cd211da86da9b50b0654abfd Mon Sep 17 00:00:00 2001 From: Jinpei Su Date: Fri, 13 Mar 2026 17:48:06 +0800 Subject: [PATCH] docs: Add feature gate instructions for PostgreSQL UI Add documentation explaining how to enable the PostgreSQL UI feature gates after installing the PostgreSQL operator. Includes: - Feature gate names (middleware-rds-postgresql, middleware-rds-postgresql-backup) - Access URL pattern for the feature gate page - Note about Alpha features requiring the Alpha Feature toggle - Verification steps Co-Authored-By: Claude Opus 4.6 --- docs/en/installation.mdx | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/docs/en/installation.mdx b/docs/en/installation.mdx index 8b46aff..66a252f 100644 --- a/docs/en/installation.mdx +++ b/docs/en/installation.mdx @@ -90,3 +90,42 @@ The plugin serves as a foundational component for Data Services view. It is not 4. On the **Install Operator** page, select **Default Configuration**, then click **Install** to complete the installation. + +## Enabling PostgreSQL UI Feature Gate + +After installing the PostgreSQL operator, you need to enable the PostgreSQL UI feature gate to access the PostgreSQL management interface in the web console. + +### Prerequisites + +- Platform administrator privileges +- PostgreSQL operator installed on the target cluster + +### Procedure + +1. Navigate to the Feature Gate page: + - Access the feature gate configuration at `{platform-access-address}/console-platform/feature-gate` + - For example, if your platform access address is `https://demo.example.com/console-portal/`, the feature gate page would be `https://demo.example.com/console-platform/feature-gate` + +2. Enable the PostgreSQL UI feature gates: + + | **Feature Gate** | **Stage** | **Description** | + | :--------------- | :-------- | :-------------- | + | **middleware-rds-postgresql** | Alpha | Provide the capability to manage PostgreSQL (UI) | + | **middleware-rds-postgresql-backup** | Alpha | Provide the capability to perform backup and restore operations for PostgreSQL (UI) | + +3. In the **System Settings** section, locate the following feature gates and enable them: + - `middleware-rds-postgresql` + - `middleware-rds-postgresql-backup` (optional, for backup/restore UI) + +4. The feature gate changes take effect immediately. You can now access the PostgreSQL management UI from the navigation bar. + +::: note Alpha Features +The PostgreSQL UI feature gates are currently in **Alpha** stage. To enable Alpha features, ensure the **Alpha Feature** toggle in the **Stage Setting** section is turned on. +::: + +### Verification + +After enabling the feature gates: +1. Navigate to **Data Services** in the left navigation bar +2. You should see **PostgreSQL** listed as an available database service +3. Click **PostgreSQL** to access the instance management interface