# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 26453 | C. Thomas Tyler |
Temporary removal of parallel_ckp.sh and parallel_ckp_restore.sh until this can be re-added with test suite coverage. Supporting logic in backup_functions.sh will be left in place to support the eventual return of these scripts. |
||
#1 | 25374 | Russell C. Jackson (Rusty) |
New script for performing a parallel checkpoint. Run as follows: parallel_ckp.sh <instance> -P <threads> New script to restore a parallel checkpoint file to the offline database in case a recovery is needed. Run as follows: parallel_ckp_restore.sh <instance> -f <parallel_ckp_file.tgz> -P <threads> |