Try OpenEdge Now
Database Administration
Maintaining and Monitoring Your Database
:
Multi-tenant database
:
Tenant Data Recovery
:
Step 3: Moving data with PROUTIL DATAMOVE
:
Move one table with the DATAMOVE command line
Move one table with the DATAMOVE command line
To move one table for a tenant with the DATAMOVE command line, the syntax is as follows:
proutil
target-database
-C datamove source
source-database
tenant
tenant-name
table
table-name
For example, if you want to restore data to a production database named
production_db
, for the
customer
table for a tenant named
store1
, and your source database is named
temporary_db
, enter the following command:
proutil production_db -C datamove source temporary_db tenant store1
table customer
Similar to moving data for a tenant, you can move data for a group with the following syntax:
proutil
target-database
-C datamove source
source-database
group
group-name
table
table-name