1. Import the Backup

ARTIFACTORY: How to Backup and Recover Artifactory Database

AuthorFullName__c
Jagan Sekaran
articleNumber
000006053
ft:sourceType
Salesforce
FirstPublishedDate
2024-03-14T06:33:47Z
lastModifiedDate
2024-03-14
VersionNumber
2

To restore your Artifactory instance from a backup, use the following command:

psql -U artifactory-username artifactory-password < art-dump.sql

This command imports the previously created SQL backup into the PostgreSQL database. Again, make sure to replace `artifactory-username` and `artifactory-password` with your actual database credentials.