Restoring a Domain Using a Backup
When patches are applied using WebLogic Management, a backup of the middleware folder to be patched is automatically created in every managed instance where the server being patched is running. Only domains that were patched with WebLogic Management can be restored from a backup.
Next Steps After restoring servers, next steps might include
Use the oci wlms wls-domain restore command and required parameters to remove patches from servers in a WebLogic domain using a backup.
oci wlms wls-domain restore --servers-to-restore JSON --wls-domain-id ocid [OPTIONS]
For more information about server backups, use the
- oci wlms wls-domain list-server-backups command and required parameters to list available backups.
- oci wlms wls-domain get-server-backup command and required parameters to get information about a specific backup.
- oci wlms wls-domain get-server-backup-content command and required parameters to get the contents of specific backup.
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Important
See the Restore domain API and CLI operations return an HTTP 400 Invalid Parameter Error known issue.Run the RestoreWlsDomain operation to remove patches from servers in a WebLogic domain using a backup.
For more information about server backups, run
- ListWlsDomainServerBackups to list available backups.
- GetWlsDomainServerBackup to get information about a specific backup.
- GetWlsDomainServerBackupContent to get the contents of specific backup.
Important
See the Restore domain API and CLI operations return an HTTP 400 Invalid Parameter Error known issue.