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
{{ message }}
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
I've tried to dump my timescaledb via ts-dump with a db-URI like this: postgresql://<USERNAME>:<PASSWORD_PART_1>?<PASSWORD_PART_2>@<HOST>:<PORT>/<DB>
It gives an error:
2021/12/02 14:41:13 WARNING: problem while rescheduling jobs: invalid connection string: cannot parse postgresql://<USERNAME>:xxxxxx@<HOST>:<PORT>/<DB>: failed to parse as URL (parse "postgresql://:<PASSWORD_PART_1>?<PASSWORD_PART_2>@:/": invalid port ":<PASSWORD_PART_1>" after host)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried to dump my timescaledb via ts-dump with a db-URI like this:
postgresql://<USERNAME>:<PASSWORD_PART_1>?<PASSWORD_PART_2>@<HOST>:<PORT>/<DB>
It gives an error:
2021/12/02 14:41:13 WARNING: problem while rescheduling jobs: invalid connection string: cannot parse
postgresql://<USERNAME>:xxxxxx@<HOST>:<PORT>/<DB>
: failed to parse as URL (parse "postgresql://:<PASSWORD_PART_1>?<PASSWORD_PART_2>@:/": invalid port ":<PASSWORD_PART_1>" after host)The text was updated successfully, but these errors were encountered: