Copy partition data
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The ability to copy partition data enables database administrators to recover accidentally deleted data from a partition without taking the entire database offline.
Once the need to restore data is discovered, the high-level restoration process is as follows:
- Locally restore your most recent backup of your production database to a temporary location.
- Roll forward the after-image files of your production database to your temporary database if your production database is enabled for after-imaging.
- Move data from the temporary database to your production database.
- Clean up.
The details of each step are discussed in the sections that follow.
Note: For a complete syntax description, see PROUTIL PARTITIONMANAGE COPY qualifier.