You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured a PostgreSQL target in WarpGate and need assistance with the correct connection command. I have set up the warpgate.yaml configuration file as follows:
I added the PostgreSQL target through the WarpGate UI, but unlike the SSH and MySQL targets, there are no example connection commands provided for PostgreSQL.
Steps Taken:
Connection Attempt: Used the following command to connect but it did not work:
Gotcha - that PR isn't ready yet and is missing connection instructions, but your command should be correct (you can also try : instead of # as target separator, both are supported).
What's the connection error? Are there any messages in the warpgate output? You can add --debug for more verbose logging
I have configured a PostgreSQL target in WarpGate and need assistance with the correct connection command. I have set up the warpgate.yaml configuration file as follows:
I added the PostgreSQL target through the WarpGate UI, but unlike the SSH and MySQL targets, there are no example connection commands provided for PostgreSQL.
Steps Taken:
Connection Attempt: Used the following command to connect but it did not work:
psql -U "admin#targetname" --host "warpgatehost" --port 55432
I’m unsure of the correct format for the psql command or if additional configuration is required.
Request:
Could you please provide:
An example command for connecting to a PostgreSQL target through WarpGate.
Any additional configuration that might be necessary.
Thank you!
The text was updated successfully, but these errors were encountered: