I was recently handed a project to migrate my company’s existing Pulp2 (2.12 I think) deployment to Pulp3, while also finding ways to modernize the deployment and find some cost savings.
The cost savings and modernization are easy with all the new cloud aware capabilities, And I got my first PoC systems stood up today and working, So now we are starting the process of actually building out a full clustered setup in our dev environment and working towards a full prod deployment. Obviously, we have pulp2 already deployed and configured, so migrating as much of its configuration as possible to ensure a smooth transition would be ideal, instead of simply building from scratch. (Also, the obvious DevOPs advantages from minimal prod system changes to use the new system).
Unfortunately, it looks like we just missed the EOL date for the migration plugin, so simply using the plugin is no longer an option.
To facilitate a potential manual migration (resyncing the new systems isn’t out of the question), Is there a way to export and/or dump/display the existing repo/remote/etc type configs within pulp2 in such a way that we can easily reference them when rebuilding within pulp3?
Thanks for any help or advice anyone could offer