Performing a restore with multiple storage managers

If you use multiple storage managers, you can perform a table-level restore with archecker by configuring archecker on every node.

To perform a table-level restore that involves multiple storage managers:

  1. Create an archecker configuration file on every node.
  2. Create a schema command file on every node.
  3. Remove old restores by executing the archecker -DX command on a single node.
  4. Start the physical restore by executing the archecker -bX -lphys command on each node.
    Restriction: Do not use the -d option.
  5. After the physical restore completes, start the logical restore by executing the archecker -bX -lstage command on each node that contains logical log records.
    Restriction: Do not use the -d option.
  6. After starting all stagers, complete the restore by executing the archecker -bX -lapply command on a single node.