Does irestore affect other databases on ODA?
If I want to move a tde-enabled database from one ODA to another ODA that has other databases running on it and using only disk files (no networking between the two) using NFS is it as simple as:
- Create Longterm backup to NFS from source ODA including tde backup and backup report.
- Copy Longterm backup files, tde backup, and backup report to destination ODA.
- Run following irestore command:
odacli irestore-database -r /backup_report_location/backupreport.json -bl /long_term_backup_location -tl /tde_wallet_location
Assumptions:
- Both ODA's are identical and on same release (x8-2s 19.14 and running on baremetal).
0