To Roll Forward AI encryted notes:
1. Restore the TDE backup volume without
-newinstance
$ prorest dbname <backupvolume> -verbose
2. Copy the production keystore that is kept in line with PROBKUPS and if required, rename it to the restored database name (dbname.ks)
When the backup was initially taken, the utility posts the following message in TDE enabled database lg files:
(15525) Your database backup is not complete until you have made an OS backup or copy of your key store.
3. (Optionally) Change the production TDE passphrase for the restored database
$ proutil dbname -C epolicy manage keystore userphrase -Passphrase
Enter the key store passphrase for database <dbname> : <Admin Passphrase>
This command modifies encryption access control in the Key store file. After successful completion of the command, the Keystore file must be backed-up. (15518)
Enter new passphrase [required] :<new User Passphrase>
Please Retype your Passphrase for Verification
Enter new passphrase [required] : <new User Passphrase>
4. Roll forward against the restored TDE enabled database
$ rfutil dbname -C roll forward -a <ai file> -Passphrase <new User Passphrase>
5. Once the required AI files have all been applied, carry out whatever further epolicy activities are needed.