We have successfully done with data migration to postgresql with the help of the document - Migrating to a New Database
Environment details.
- Existing nexus server running with default orientDB (running on VM)
- Deployed new nexus to k8s (AKS)
- Deployed new postgres to k8s (AKS)
- Executed migration process from Existing nexus server (VM) from data-dir/db as per the doc.
- Started the new nexus server from k8s and we can be able to find all the repos, and other details. But we can’t be able to download the artifacts/packages (jars, wars,zips) etc. Later we realized, blobs does not exists on new nexus servers.
I can only see some metadata and config details in postgres DB tables.
Is blobs also migrate to PostgresSQL as part of this database migration?
How to migrate blobs to new nexus server?