I am following the instruction Migration to Docker & Rcstack - RhodeCode rcstack 5.36.5 documentation to migration rhodecode 4.x to Docker & rcstack 5.x, but I am currently encounter an error when try to bring the rhodecode stack up after restored database and moved data to docker storage. No such image rhodecode/rhodecode-ce:4.28.0
Thanks for the reply.
I don’t see any traffic being blocked from the server accessing the Internet.
I had tested by set the image to 5.0.0 and able to download the image from rcstack as follow
./rcstack cli set-image 5.0.0
./rcstack stack rhodecode up -d
then continue the steps in the instruction and able to bring the existing rhodecode to operate on version 5.0.0
I have not yet tested if I can upgrade to the latest version from version 5.0.0
But I will try pull the image 4.28.0 again if it is still available.