CYBERTEC Migrator Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage Support

Online

The docker images are available on the Docker Hub container image registry.

Please get in touch with us if your account has not been granted access to the respective images. Make sure you are logged in the Docker Hub registry with the correct user.

cat ~/password.txt | docker login --username <username> --password-stdin
  1. Clone this git repository
  2. Change working directory to the previously cloned repository
  3. Run the installer
  4. Start the Migrator
➜ git clone https://github.com/cybertec-postgresql/cybertec_migrator

cd cybertec_migrator
[INFO] You are about to be asked to enter some information relevant to the installation.
[INFO] The allowed values are in normal brackets, the default value in square brackets.
Migrator Edition (trial, professional, enterprise) [trial]:
Container runtime (docker, podman) [docker]:
[INFO] Generating environment file
[INFO] Pulling container images for trial:v3.20.0
[INFO] Generating self-signed TLS/SSL certificate
[OK] Install finished. To start the CYBERTEC Migrator, run ./migrator up

➜ ./migrator up
Recreating cybertec_migrator_core_db_1 ... done
Recreating cybertec_migrator_core_1    ... done
Recreating cybertec_migrator_web_gui_1 ... done
[OK] Started on 'https://localhost'