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.