Functionality to search using the CRN in the search bar.
Currently, the Cloud Console does not provide an option to search for a database or export database details. As a result, we have to manually review the details of each database. Since we have multiple databases in the cloud, it would be very help...
Add pglogical extension Support to ICD for PostgreSQL
We would like to request official support for the pglogical extension in IBM’s PostgreSQL offering. Our goal is to set up logical replication for our PostgreSQL instance in the Frankfurt region to a location outside of Frankfurt, Madrid, and Paris...
In-place upgrade to a new major version for MySQL.
In-place major version upgrade allows you to upgrade your deployment to the next new major version, eliminating the need to restore a backup into a new deployment. This approach maintains the same connection strings, without the need to reconfigur...
Logical Replication with copy data in PostgreSQL 15
We would like to request support and clarification regarding logical replication behavior in PostgreSQL 15 on IBM Cloud. Currently, in IBM Cloud–managed PostgreSQL 15, logical replication with copy_data = true is not supported, This limitation cre...
Timeout Settings for Initial Synchronization in PostgreSQL Logical Replication
During the initial synchronization of logical replication, large tables may experience timeouts and fail to complete.
It appears to depend on `statement_timeout`, as it times out after approximately 12 hours (43,200,000 ms).
Since the only curren...
Db2Wh on Cloud: Request for improvement of resource usage dashboard
The current resource utilization dashboard in the Db2Wh on Cloud web console does not show how much memory/CPU is actually being used. (For example, because Db2Wh on Cloud reserves approximately 90% of the memory required, the graph always shows 9...
Our query was canceled on the replication instance because it took too long to execute. To prevent this from happening again, we require that the following parameters be adjusted for both the primary and replica instances. Primary instance: - vacu...
Bring connection pooling proxy to IBM Cloud Database
AWS RDS has such feature: https://aws.amazon.com/rds/proxy/ while there is no similar function in IBM cloud side. To make use of connection pool ultimately in the view of customer, they must deploy some proxy, such as PgBouncer in their cluster ma...
Enable ability to grant roles to admin user in Databases for MySQL
In our organization, we use an internal permission management tool that is based on role-based access control (RBAC). Our MySQL databases use roles to group permissions (SELECT, INSERT, UPDATE, DELETE), and these roles are assigned to users via GR...
Function for users to perform failover for testing
In system development, there is always a need to conduct database failure testing. Many customers consider this as one of their service-in criteria. In order not to put an extra burden on the IBM Cloud SRE team, it would be nice to have a UI that ...