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
We've seen in some cases folks have Postgres password with special characters in them that require URL encoding.
Since we take in the URL in both FF config and the migrations job, its not appropriate for the script to parse the URL and then (re-)encode the password since it could potentially already be encoded properly.
Instead, we just need to make sure this is well documented.
The text was updated successfully, but these errors were encountered:
We've seen in some cases folks have Postgres password with special characters in them that require URL encoding.
Since we take in the URL in both FF config and the migrations job, its not appropriate for the script to parse the URL and then (re-)encode the password since it could potentially already be encoded properly.
Instead, we just need to make sure this is well documented.
The text was updated successfully, but these errors were encountered: