-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dbrestore - dropbox error #161
Comments
Hello @NiPKIT, |
So dbbackup is only for local backup/restore and dropbox is not supported anymore? |
@NiPKIT The Dropbox storage in redux has been wrote by myself to deprecate the one in DBBackup. |
The dropbox code is moved to django-storage. I made a PR to ensure it will work with DBBackup. Do not hesitate to give 👍 for speed up merging. |
how do I use it to store files in my folder to dropbox? The django-dbbackup documentation was simple but the same error pops up everytime I try and in the django-storages the documentation is not clear. |
Hello @bhandariroshan DBBackup V3 is coming and will use Django-storages backend. You can already use is with V2 and |
I am using following in my common.py DBBACKUP_STORAGE = 'dbbackup.storage.dropbox_storage' My installed app has following: I get following when I run "Python manage.py dbbackup" as listed on the documentation: Running: pg_dump --username=****** --host=localhost --port=5432 erpdb then following error: I tried different combination for dbbackup_dropbox_directory but the same error |
Also, are you planning to add support for database backup to dropbox for docker environment? |
Hello @bhandariroshan, I suggest you:
|
I managed to set up the dropbox token and created an app, the local backup and restore works fine.
But when i try to backup with dropbox i get the following error:
in my settings.py I added:
i also tried to specify a dropbox path in settings.py with:
but it gave me the same error
Am i missing something?
im really desperate because it looks like im the only one with this error?
The text was updated successfully, but these errors were encountered: