This step involves specifying the target PostgreSQL database into which the migration results will be written.
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]
- Beschreibt das DBMS. Erlaubte Werte:
postgres
Standardwert: postgres - Der Hostname oder die IP-Adresse der Zieldatenbank. Stellen Sie sicher, dass der CYBERTEC Migrator diese Maschine erreichen kann.Standardwert: none
- Der Port, an dem die Zieldatenbank zugänglich ist.Standardwert: 5432
- Der Name der Datenbank innerhalb Ihres Clusters.Standardwert: none
Optionale Verbindungsparameter. Mehrere Parameter können durch
&
getrennt werden.Die folgenden Parameter werden aktuell unterstützt:
Standardwert: none
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
The credentials to be used with the connection string.
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 theContinue anyways
button.
After configuring the target connection, the migration creation concludes with the Analyze step.