Verify that all the repositories and artifacts that were present before the upgrade are still present and accessible. We can do this by browsing the repositories in the Artifactory UI or by running the following command in the terminal:
Also, capture the storage summary of the Artifactory before the upgrade activity and compare it against it after the upgrade by running the following REST API call.
$ curl -u<admin-user> https://<artifactory_url>/<repository_name>/path/to/artifact
Also, capture the storage summary of the Artifactory before the upgrade activity and compare it against it after the upgrade by running the following REST API call.
$ curl -u<admin-user> https:///artifactory/api/storageinfo