...
The batch file generates an SQL file called dtpDbExportdtpDbBackup_<TIMESTAMP>.sql.
Restoring the Embedded Database for Windows
...
- Run <DTP_HOME>/bin/dtpconsole.sh to open the DTP console.
- Stop Parasoft DTP Server and Data Collector services, see Stopping DTP Services.
- Exit the console and run the <DTP_HOME>/bin/db_backup_run.sh script file with the backup argument.
Both methods generate a dtpDbExportdtpDbBackup_<TIMESTAMP>.sql file.
Restoring the Embedded Database for Linux
...
No Format |
---|
/home/tester/dtp/db/bin/db_backup_run.sh restore -d "/home/tester/DTP-Backup.sql" |
Restoring the
...
Embedded Database to an External Database Server
The following instructions describe how to import the DTP database from the embedded database server to an external MySQL database server. The database must already be constructed on the external server. See Database Settings for instructions for creating the database.
...