discourse/lib/backup_restore
David Taylor d2c5165052 FIX: Check all migrations for dropped columns/tables during restore
Previously only post-deploy migrations were being checked for DROPPED_(COLUMNS|TABLES) constants
2021-06-23 17:43:38 +01:00
..
backup_file_handler.rb FIX: Restoring could fail due to missing path 2021-02-09 17:28:03 +01:00
backup_store.rb FEATURE: Allow overriding the backup location when restoring via CLI (#12015) 2021-02-09 16:02:44 +01:00
backuper.rb FIX: Backup didn't work anymore after a running backup was canceled 2020-10-13 19:48:53 +02:00
database_restorer.rb FIX: Check all migrations for dropped columns/tables during restore 2021-06-23 17:43:38 +01:00
factory.rb FIX: Restoring could fail due to missing path 2021-02-09 17:28:03 +01:00
local_backup_store.rb DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
logger.rb FIX: Remap old S3 endpoints during backup restore (#12276) 2021-03-03 21:10:09 +01:00
meta_data_handler.rb REFACTOR: Simplify backup version check 2020-01-15 23:37:40 +01:00
restorer.rb FIX: Restoring backup via UI was broken (#12089) 2021-02-15 16:46:44 +01:00
s3_backup_store.rb FEATURE: Include details about S3 backup storage errors (#12257) 2021-03-02 15:29:37 +01:00
system_interface.rb PERF: Disable Sidekiq only during database restore (#10857) 2020-10-16 15:19:02 +02:00
uploads_restorer.rb FIX: Remap old S3 endpoints during backup restore (#12276) 2021-03-03 21:10:09 +01:00