oci_database_db_systems_upgrade

This resource provides the Db Systems Upgrade resource in Oracle Cloud Infrastructure Database service.

Upgrades the operating system and grid infrastructure of the DB system.

Example Usage

resource "oci_database_db_systems_upgrade" "test_db_systems_upgrade" {
    #Required
    action = var.db_systems_upgrade_action
    db_system_id = oci_database_db_system.test_db_system.id

    #Optional
    is_snapshot_retention_days_force_updated = var.db_systems_upgrade_is_snapshot_retention_days_force_updated
    new_gi_version = var.db_systems_upgrade_new_gi_version
    snapshot_retention_period_in_days = var.db_systems_upgrade_snapshot_retention_period_in_days
}

Argument Reference

The following arguments are supported:

* IMPORTANT * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Db Systems Upgrade * update - (Defaults to 20 minutes), when updating the Db Systems Upgrade * delete - (Defaults to 20 minutes), when destroying the Db Systems Upgrade

Import

Import is not supported for this resource.