Skip to content

squizzi/ucp-migrate-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ucp-migrate-users:1.0.2

Generate a list of current accounts from a given Docker UCP and copy them over to a new UCP.

Usage

Interactive Mode

docker run --rm -it squizzi/ucp-migrate-users -i

Non-Interactive Mode

Note: At this time, non-interactive mode lacks much of the same variable validation that interactive mode has, ensure the information provided in the flags is correct, see the below example for details.

Validation will be fixed in a later release.

docker run --rm -it squizzi/ucp-migrate-users \
--ucp-from https://ucp1.example.com \
--ucp-to https://ucp2.example.com \
--ucp-from-user admin \
--ucp-from-password foobar \
--ucp-to-user admin \
--ucp-to-password barfoo \
-P changeme123

About

Generate an entire list of Docker Universal Control Plane (UCP) users and recreate them on a secondary UCP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages