According to Jfrog documentation -here
The DB name and user should be called artifactory
.
However, this is can be parameterized in the db.properties
file.
Since we have one SQL Server that needs to serve several Artifactory
instances, can we create a different databases using a different SQL Server user and work with it in Artifactory
?
Of course, you can use any name.
Use any name for the artifactory
database [e.g. artifactorytest
]
change the configuration.
url=jdbc:sqlserver://hostname:1433;databaseName=artifactorytest;sendStringParametersAsUnicode=false;applicationName=Artifactory Binary Repository