Configure Artifactory to Use PostgreSQL Single Node in Ansible
For JFrog Artifactory to run with PostgreSQL as a single node you must a create dedicated PostgreSQL database instance and then configure Artifactory to use it...
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. Refer to PostgreSQL documentation for the PostgreSQL version you are using. details.
-
Stop the Artifactory service.
-
Edit the database connection details in the system.yaml configuration file as follows.
shared: database: 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.
Updated 2 days ago
