Backup the PeopleSoft Application Tier
You'll need to back your PeopleSoft application and web tiers up and place them into the Oracle Cloud Infrastructure Object Storage.
- The application configuration for at each node at each site, as the configuration is unique for every node
- The PeopleSoft and middle tier software. We back this up at each site, as it will be simpler to restore locally if needed.
- The report repository, which needs to be backed up frequently, as the state of this file system should be kept as close as possible to the state of the database itself.
Install the OCI Command-Line Interface
The OCI user, not the OS user establishing the OCI session, performs the backups, using the OCI command-line interface (CLI).
To make this possible:
- The OCI CLI must be installed on each node at each site
- The OCI user must have access to the region-local object storage.
Create an Object Storage Bucket
Create an Oracle Cloud Infrastructure Object Storage bucket to hold your backups.
You can create an OCI Object Storage bucket in the OCI Console or in the command-line interface.
$ oci os bucket create -ns OCI Tenancy name --name PSFT_APP_TIER_BACKUPS_20230403 --compartment-id Compartment OCID --storage-tier Standard
To create an object storage bucket using the Console: