ibm-cloud-docs / databases-for-postgresql

2 stars 11 forks source link

Incorrect statement regarding specifying the version to provision read-only replica #14

Open fritzheidi opened 3 years ago

fritzheidi commented 3 years ago

https://cloud.ibm.com/docs/databases-for-postgresql?topic=databases-for-postgresql-read-only-replicas#provisioning-through-the-api-or-the-cli

After the Resource Controller API example, the docs say:

You are not able to specify a version for the read-only replica. The version is automatically set to the same major version as the leader deployment.

I opened a support ticket because my read-only replica didn't have the same version as the leader when creating a replica through the resource controller API. I was instructed to supply a version and it provisioned a replica with that version. This text is incorrect.