django-dbbackup
django-dbbackup copied to clipboard
Password authentication failed
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 error
To Reproduce
python manage.py dbbackup
Expected behavior
dbbackup.db.exceptions.CommandConnectorError: Error running: pg_dump --host=localhost --port=5432 --username=myprojectuser --no-password --clean coincard
pg_dump: error: connection to database "coincard" failed: FATAL: password authentication failed for user "myprojectuser"
FATAL: password authentication failed for user "myprojectuser"
Versions
Django-dbbackup
- pypi: [e.g. 3.3.0]
External tools
- Python: 3.6.9
- Django : 3.0.3
- OS : Ubuntu 20
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 ! So, yeah
@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 {
sign
Passwords should be escaped