timescale / timescaledb-backup

Other
33 stars 9 forks source link

Question mark in password #50

Open oztasoi opened 2 years ago

oztasoi commented 2 years ago

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://USERNAME>:<PASSWORD_PART_1>?<PASSWORD_PART_2>@<HOST:/": invalid port ":" after host)