mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 18:03:38 +08:00
a89f3160a5
* In `pg_dump` 10.3+ and 9.5.12+, in it does a `SELECT pg_catalog.set_config('search_path', '', false)` which changes the state of the current connection. This is known to be problematic with Pgbouncer which reuses connections. As such, we'll always try to connect directly to PG directly during the backup/restore process. |
||
---|---|---|
.. | ||
backup_restore.rb | ||
backuper.rb | ||
restorer.rb |