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 can confirm, I could not authenticate every time my database had secure password with special characters. Providing password as encodedURI also do not work.
The following URL works fine for dump create:
postgres://root:password@localhost:50001/sample_db
However, if the password contains special characters like the following, it doesn’t work:
postgres://root:pass`word@localhost:50001/sample_db
For example, the following command works, so it seems to be a specific issue with Replibyte:
DATABASE_URL=postgresql://root:pass`word@localhost:50001/ec_recommend_db bun prisma db pull
This issue might not be limited to just the backquote character
`
, also occur on other special characters as well.error output:
The text was updated successfully, but these errors were encountered: