django-dbbackup
django-dbbackup copied to clipboard
[WinError 2] The system cannot find the file specified
Hi guys, I encounter weird error that I am trying to solve for few weeks and finally decide to ask here.
dbbackup.db.exceptions.CommandConnectorError: Error running: pg_dump --dbname=postgresql://postgres:abc123@localhost:5432/postgres --format=custom
[WinError 2] The system cannot find the file specified
Note
- am using windows
- running
python manage.py mediabackupworks. - Used version 3.3, failed. then update to 4.0.0b0 Release, still failed.
I have tried set using connector also failed. anyone encountered the same issue?
I also have the same issue. I have not found the solution to solve it yet.
Olá, houve alguma atualização sobre?
me too how i do to solve it
See the thread at https://github.com/jazzband/django-dbbackup/issues/294#issuecomment-618129521 that specific answer is what fixed it for me.
Would anyone like to PR that solution to the docs?