File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ MySQL uses by default :class:`dbbackup.db.mysql.MysqlDumpConnector`. It uses
130
130
PostgreSQL
131
131
----------
132
132
133
- Postgres uses by default :class: `dbbackup.db.postgres .PgDumpConnector `, but
134
- we advise you to use :class: `dbbackup.db.postgres .PgDumpBinaryConnector `. The
133
+ Postgres uses by default :class: `dbbackup.db.postgresql .PgDumpConnector `, but
134
+ we advise you to use :class: `dbbackup.db.postgresql .PgDumpBinaryConnector `. The
135
135
first one uses ``pg_dump `` and ``pqsl `` for its job, creating RAW SQL files.
136
136
137
137
The second uses ``pg_restore `` with binary dump files.
@@ -162,7 +162,7 @@ Default: ``True``
162
162
PostGIS
163
163
-------
164
164
165
- Set in :class: `dbbackup.db.postgres .PgDumpGisConnector `, it does the same as
165
+ Set in :class: `dbbackup.db.postgresql .PgDumpGisConnector `, it does the same as
166
166
PostgreSQL but launchs ``CREATE EXTENSION IF NOT EXISTS postgis; `` before
167
167
restore database.
168
168
You can’t perform that action at this time.
0 commit comments