-
-
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
[Errno 2] No such file or directory #272
Comments
Are you sure |
hello, Estoy usando openshift 3, como hago para crear un backup de la base de datos en mi maquina local windows, y como lo restauro |
|
I also encountered this after attempting to run using django inside a dockerized container of alpine linux. As far as I can tell, Alpine's minimum postgres dependency for Once you've done this, you're able to run A few more notes and links here. I agree with @iAnanich about considering adding a note about this in the docs. |
Let’s hope this makes it so we can again have locally-verifiable production backups. 😅 Overall, not-so-helpful instructions: https://django-dbbackup.readthedocs.io/en/master/installation.html This did it: postgresql - Running psql command from a docker container: https://stackoverflow.com/a/63884911 This stuff pointed me in the right direction: jazzband/django-dbbackup#272 (comment) jazzband/django-dbbackup#197 (comment) Other helpful stuff: https://linuxize.com/post/how-to-check-linux-version/ https://docs.docker.com/engine/reference/builder/#run
Run
python manage.py dbbackup
, get error:[Errno 2] No such file or directory
, traceback:Under docker compose.
Django:
1.11.7
django-dbbackup:
3.2.0
djangorestframework:
3.7.1
The text was updated successfully, but these errors were encountered: