discourse/lib/backup_restore
Guo Xiang Tan 8fd47314d9 FIX: Restore process for dump taken with pg_dump 10.3+.
* Since we can no longer restore into a different schema,
  we will move tables in the public schema into the backup schema
  first before restoring the dump file which goes into the public
  schema. The downside to this approach is that we will increase
  the downtime experienced during the restore process. Downtime
  would equal the duration of restoring the dump file.
2018-03-09 13:24:58 +08:00
..
backup_restore.rb Add new config to ensure backup/restore connects to PG directly. 2018-03-09 10:28:03 +08:00
backuper.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
restorer.rb FIX: Restore process for dump taken with pg_dump 10.3+. 2018-03-09 13:24:58 +08:00