Restore Database
Restores the database from the specified directory on disk, i.e. reads the associated EXPRESS files and STEP files.
Arguments:
Directory path: |
Specify the path to the directory where the were dumped. The <Directory path> must be specified as an absolute path. |
Options:
Only check existence |
The database will not be restored. The system will only check if the models exist in the database, and report this through the DumpRestore callback function. |
Make revision |
Revisions will be made for data models if they exist. If the model mymodel exists, a model called mymodel_v1 will be created. Dictionary models will be replaced. |
Replace |
Existing models will be overwritten. |
Ignore Dictionary Data |
The dictionary repository will not be restored. |
Ignore Data |
No data repositories will be restored. |