Soon we will be upgrading the developer portal to 5.1. To perform the data migration we need portal migration utility that we will have to download from the docker hub, and for this we will have to enable the internet access to the server's. But we dont have internet access and cannot enable it.
Could you please give an any other solution to download migration image and then transfer to the server. Like an offline install type version?
Release : 4.5
Component : API PORTAL
sudo docker pull ubuntu
sudo docker save -o ubuntu_image.docker ubuntu
transfer the file to the offline host via whatever method
sudo docker load -i ubuntu_image.docker
*** Change ubuntu to the migration image or whatever image you desire.