-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Password authentication failed #397
Comments
I get the same thing with PostgreSQL. |
Pretty sure author of this app has abandoned it. |
do you have any special characters in your DB password? Looking at prev issues, special characters are causing the break. No update on a fix though. |
@rugys @ and ! |
@rugys yeah i have special chars like @ |
Can confirm that * also seems to be a breaking character. I'll be sticking to alphanumeric from now on. |
There was an update of the problem? |
Also problems with |
Passwords should be escaped |
Bug Report
Describe the bug
Running this code with
AWS S3
as my storage medium. The password to this username is correct but i get this errorTo Reproduce
python manage.py dbbackup
Expected behavior
Versions
Django-dbbackup
External tools
The text was updated successfully, but these errors were encountered: