4.b Database Connector Configuration

ARTIFACTORY: Step-by-Step Migration of JFrog Artifactory to Supported OS Versions

AuthorFullName__c
Emmanuel Ouzan
articleNumber
000006068
FirstPublishedDate
2024-04-11T08:15:12Z
lastModifiedDate
2025-07-20
VersionNumber
13

Make sure that the connection string to the existing DB was copied properly:
For example With PostgreSQL:

url: "jdbc:postgresql://<DB_IP>:5432/artifactory"


Warning 
Ensure that the new server has permission to access the existing DB. This may involve bypassing firewalls, updating allow lists, or making necessary configurations.