discourse/lib/backup_restore
Guo Xiang Tan 3bccd8c8f3 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-04-04 16:50:27 +08:00
..
backup_restore.rb FIX: stop forking regular backup jobs 2017-12-21 09:00:48 +11: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-04-04 16:50:27 +08:00