We only want to migrate to a new DB, how can we achieve this without migrating the whole instance?
ARTIFACTORY: Migration Basics
- AuthorFullName__c
- Shani Attias
- articleNumber
- 000005194
- ft:sourceType
- Salesforce
- FirstPublishedDate
- 2022-01-03T10:17:17Z
- lastModifiedDate
- 2022-01-03
- VersionNumber
- 11
- Remove the Artifactory nodes from the LB
- Perform full system export with exclude content enabled. Please do not check the ‘exclude metadata’ box as these are the binaries that are stored in the database.
- Create a new schema in the target database. The exact SQL commands for creating a new scheme and an ‘artifactory’ user can be found in our wiki (PostgreSQL, MySQL, Oracle, Microsoft SQL Server, MariaDB)
- Stop Artifactory
- Configure your instance to connect to the new database using the system.yaml file.
- Perform full system import