Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix alembic password encoding to replace % with %% #96

Closed
jcadam14 opened this issue Jan 18, 2024 · 0 comments · Fixed by #97
Closed

Fix alembic password encoding to replace % with %% #96

jcadam14 opened this issue Jan 18, 2024 · 0 comments · Fixed by #97
Assignees
Labels
bug Something isn't working

Comments

@jcadam14
Copy link
Contributor

Alembic configs for a postgres connection do not accept the % character in a connection string. This character will be there if the password encoding of special characters causes a replacement, like %2F for /. Need to escape the % with %%.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant