Change 29592

tom_tyler (C. Thomas Tyler)
C. Thomas Tyler committed this change into //guest/perforce_software/sdp/dev/Server/Unix/p4/common/bin under Review 29593
View Review
Download .zip
Added support for P4D r23.1+ multi-file per-table parallel checkpoints.

If DO_PARALLEL_CHECKPOINTS=4 (for example) is set in the instance vars
file, live checkpoints are created with 'p4d -jcpm' and daily
checkpoints are created with 'p4d -jdpm'.  Replays are done with
'p4d -jrp' (same as in P4D r22.2; there is no '-jrpm').

With this change, live_checkpoint.sh and daily_checkpoint.sh take
advantage of parallel checkpoint features.

To Do:
* Add doc coverage in SDP Guide for the full lifecycle of parallel
checkpoints, including updates to recovery procedures.
* Other checkpoint-handling scripts:
  - load_checkpoint.sh
  - mkrep.sh
  - edge_dump.sh
  - recover_edge.sh
  - sync_replica.sh

#review-29593 @brent_schiestl
  • Files 1
  • Comments 0
1 edited 0 added 0 deleted
backup_functions.sh#129
Loading...
Tip: Use n and p to cycle through the changes.