Skip to content
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

dbbackup don't support psqlextra.backend #425

Open
badalAtAkus opened this issue Feb 1, 2022 · 0 comments
Open

dbbackup don't support psqlextra.backend #425

badalAtAkus opened this issue Feb 1, 2022 · 0 comments

Comments

@badalAtAkus
Copy link

File "D:\myvenv\lib\site-packages\django\core\management\base.py", line 398, in execute
output = self.handle(*args, **options)
File "D:\myvenv\lib\site-packages\dbbackup\utils.py", line 118, in wrapper
func(*args, **kwargs)
File "D:\myvenv\lib\site-packages\dbbackup\management\commands\dbbackup.py", line 58, in handle
self.connector = get_connector(database_key)
File "D:\myvenv\lib\site-packages\dbbackup\db\base.py", line 41, in get_connector
connector_path = connector_settings.get('CONNECTOR', CONNECTOR_MAPPING[engine])
KeyError: 'psqlextra.backend'

Whenever I tried to backup db it shows this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant