Move your database to a new db-server
- 1 Summary
- 2 Step-by-step guide
- 2.1 SQLite
- 2.2 SQL Server
- 2.3 Oracle
Summary
Your database needs to move to another database server or instance and you wonder if there is something to consider?
Nothing special needs to be considered. This should be a basic "backup and restore /dump and import"-process.
Your database-administrator should be familiar with this process.
As long as the database permissions are correct after the migration, you should be able to connect to your DB again without problems.
The file ConnectionData.xml contains your encrypted connection parameters to your DB (C:\PerformerSuite\AppData\ConnectionData).
Do not forget to adjust your current firewall rules to allow the connection to your new database instance.
Step-by-step guide
SQLite
Just copy and paste the .db-file to somewhere else to backup.
SQL Server
Back Up
Restore → "Device" on the new database-instance
Oracle
Export
Run "Data Pump Export Wizard"
Select "Schemas"
Select the User (Schema) you want to dump (backup) and press the blue single arrow.
Proceed to step Output files.Give the dump (backup) a name and disable the 2 checkboxes
Follow the wizard until the export is done.
Import
Activate DBA
Add connection
Run "Data Pump Import Wizard"
Select your dump name
Select your source Schema
Choose how your new schema (User) should be named
Follow the wizard.
After the import is done you should see the imported schema. If not - do a restart of the application.
© 2024 bluetelligence GmbH. All rights reserved.
No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of bluetelligence GmbH. The information contained herein may be changed without prior notice. bluetelligence and Performer Suite and their respective logos are trademarks or registered trademarks of bluetelligence GmbH. SAP, ABAP, BAPI, SAP NetWeaver, SAP BI, SAP BW, SAC, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany or an SAP affiliate company. All other product and service names mentioned are the trademarks of their respective companies.
Impressum – Legal Notice: https://bluetelligence.de/en/imprint
Privacy policy: https://performersuite.de/en/privacy-policy
Atlassian privacy policy: https://www.atlassian.com/legal/privacy-policy