Skip to content

How to get a RAW SQL file using postgresql ? #572

Answered by gschurck
pulse-mind asked this question in Q&A
Discussion options

You must be logged in to vote

You need to set this configuration in settings.py to override the default config of dbbackup :

DBBACKUP_CONNECTOR_MAPPING = {
    "django.db.backends.postgresql": "dbbackup.db.postgresql.PgDumpConnector",
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Archmonger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #456 on June 15, 2025 04:52.