CYBERTEC Migrator Documentation
Wechsel zwischen Dunkel/Hell/Auto Modus Wechsel zwischen Dunkel/Hell/Auto Modus Wechsel zwischen Dunkel/Hell/Auto Modus Zurück zur Startseite Support

Zielzugangsdaten

This step involves specifying the target PostgreSQL database into which the migration results will be written.

Connection String

Similar to the source connection, the connection string for the target database must adhere to the following format [postgres://]host[:port]/database_name[?parameter=value]

protocol optional string
Beschreibt das DBMS. Erlaubte Werte: postgres
Standardwert: postgres
host erforderlich string
Der Hostname oder die IP-Adresse der Zieldatenbank. Stellen Sie sicher, dass der CYBERTEC Migrator diese Maschine erreichen kann.
Standardwert: none
port optional int
Der Port, an dem die Zieldatenbank zugänglich ist.
Standardwert: 5432
database_name erforderlich string
Der Name der Datenbank innerhalb Ihres Clusters.
Standardwert: none
parameter optional string

Optionale Verbindungsparameter. Mehrere Parameter können durch & getrennt werden.

Die folgenden Parameter werden aktuell unterstützt:

Standardwert: none
Examples
127.0.0.1/postgres
localhost:5432/my_db?application_name=my_app
postgres://localhost/my_database?connect_timeout=10
example.org/my_database?sslmode=require&keepalives=1

Username / Password

The credentials to be used with the connection string.

Verification

After entering all the required information, submit the form to confirm that the CYBERTEC Migrator can establish a connection.

In case no connection can be established, or you simply want to introspect the source data schema, this step may be skipped by clicking the Continue anyways button.

Summary

After configuring the target connection, the migration creation concludes with the Analyze step.