Solution

ARTIFACTORY: How to resolve the error “Cannot start the application with a database other than PostgreSQL During” Artifactory setup

AuthorFullName__c
Aanchal Thakur
articleNumber
000006107
ft:sourceType
Salesforce
FirstPublishedDate
2024-05-26T12:04:16Z
lastModifiedDate
2024-05-26
VersionNumber
1
The error means Artifactory expects a PostgreSQL database but is set up with a different one. Follow these steps to fix it:

Step 1: Access the System Configuration File (system.yaml) present under $JFROG_HOME/var/etc/ folder

Step 2: Under the database section, enable the below property

User-added image

Step 3: Save the 'system.yaml' file after making the changes

Step 4: Finally, restart the Artifactory service to apply them.