django-dbbackup icon indicating copy to clipboard operation
django-dbbackup copied to clipboard

[WinError 2] The system cannot find the file specified

Open loonfly opened this issue 3 years ago • 5 comments
trafficstars

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 mediabackup works.
  • 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?

loonfly avatar Feb 14 '22 15:02 loonfly

I also have the same issue. I have not found the solution to solve it yet.

grabut avatar Feb 23 '22 08:02 grabut

Olá, houve alguma atualização sobre?

gilsonluiz avatar Mar 17 '22 18:03 gilsonluiz

me too how i do to solve it

jysatuo avatar Apr 27 '22 18:04 jysatuo

See the thread at https://github.com/jazzband/django-dbbackup/issues/294#issuecomment-618129521 that specific answer is what fixed it for me.

VenturaFranklin avatar Aug 11 '22 02:08 VenturaFranklin

Would anyone like to PR that solution to the docs?

Archmonger avatar Aug 11 '22 04:08 Archmonger