Creating a Compute Cloud@Customer Upgrade Schedule
Create an upgrade schedule to allow Oracle to upgrade Compute Cloud@Customer hardware and software during defined time periods. After the upgrade schedule is created, attach the schedule to the infrastructures you want upgraded with the schedule.
You must set at least one 48 hour window every quarter for upgrades. This means that at least one of the upgrade windows must be at least 48 hours in duration with a recurrence pattern of every 3rd month or shorter. You can also define shorter windows, either recurring or one-off, to accommodate smaller upgrades at convenient times. We recommend having several upgrade windows per calendar quarter.
If you don't set an upgrade schedule, Oracle can upgrade the infrastructure at any time.
All times in Compute Cloud@Customer are in UTC.
What's Next?
Subscribe to upgrade notifications. See Subscribing to Upgrade Notifications.
Use the ccc upgrade-schedule create command and required parameters to create an upgrade schedule:
Create each upgrade window as a separate CreateCccScheduleEvent item, and supply these as a list with the --events option.oci ccc upgrade-schedule create --compartment-id <compartment ocid> --display-name <Descriptive name> --events <List of upgrade windows, of type CreateCccScheduleEvent>... [OPTIONS]
Avoid entering confidential information.
After the upgrade schedule is created, attach the schedule to the infrastructures you want associated with this schedule. To attach a schedule, use the
oci ccc infrastructure update
command with the--upgrade-schedule-id
option. For more information, see the ccc infrastructure update command reference page.For a complete list of CLI commands, flags, and options, see the Command Line Reference.
What's Next?
Subscribe to upgrade notifications. See Subscribing to Upgrade Notifications.
Use the CreateCccUpgradeSchedule operation to create a Compute Cloud@Customer upgrade schedule.
Avoid entering confidential information.
After the upgrade schedule is created, attach the schedule to the infrastructures you want associated with this schedule. To attach a schedule, use the UpdateCccInfrastructure API operation.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.
What's Next?
Subscribe to upgrade notifications. See Subscribing to Upgrade Notifications.