For JFrog Artifactory to run with PostgreSQL as a single node you must create a dedicated PostgreSQL database instance and then configure Artifactory to use it as described in the following sections. Follow the instructions in the PostgreSQL website (for example https://www.postgresql.org/docs/ <Version>/tutorial-install.html) for details.
Stop the Artifactory service.
Edit the database connection details in
system.yaml
file under$JFROG_HOME/artifactory/var/etc/system.yaml
as follows:shared: database: allowNonPostgresql: false type: postgresql driver: org.postgresql.Driver url: jdbc:postgresql://<your db url, for example: localhost:5432>/artifactory username: artifactory password: password
Start the Artifactory service.