https://github.com/squizzi/ucp-migrate-users
2.1K
Generate a list of current accounts from a given Docker UCP and copy them over to a new UCP.
docker run --rm -it squizzi/ucp-migrate-users -i
docker run --rm -it squizzi/ucp-migrate-users \
--ucp-from ucp1.example.com \
--ucp-to ucp2.example.com \
--ucp-from-user admin \
--ucp-from-password foobar \
--ucp-to-user admin \
--ucp-to-password barfoo \
-P changeme123
Content type
Image
Digest
Size
17.8 MB
Last updated
over 8 years ago
docker pull squizzi/ucp-migrate-users