Releases: terraform-ibm-modules/terraform-ibm-icd-postgresql
v4.1.4
v4.1.3
v4.1.2
v4.1.1
v4.1.0
4.1.0 (2025-07-18)
Features (#665) (0ef29f8)
- Add support for two ICD features:
Deletion protection:
This is feature flag, that when set to true provides protection from accidentally deleting the ICD instance.
Conceptually the instance is created with this flag set to true and if/when a destroy is attempted the request fails. In addition to requesting a destroy the flag must be set to false.
Note: This does not prevent the resource being destroyed outside of terraform.
In place major version upgrade:
This feature allows the major version increase with an in-place upgrade, retaining the original instance connection endpoints. There is a service outage during this time, since the service will not accept database updates.
There is an feature flag, version_upgrade_skip_backup
. It is NOT recommended to use this feature, since an upgrade failure may result in data loss. This flag avoids taking a backup whilst in read-only mode to speed the process up.
Full documentation at: https://cloud.ibm.com/docs/databases-for-postgresql?topic=databases-for-postgresql-upgrading&interface=ui