mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 02:11:15 +08:00
Restoring a backup executes DB migrations after the DB is restored. Part of those migrations is a step for seeding content. That step might create uploads which depends on site settings. This change excludes the seeding from the DB migrations and runs it after site settings have been restored and reloaded. |
||
|---|---|---|
| .. | ||
| backup_file_handler.rb | ||
| backup_store.rb | ||
| backuper.rb | ||
| database_restorer.rb | ||
| factory.rb | ||
| local_backup_store.rb | ||
| logger.rb | ||
| meta_data_handler.rb | ||
| restorer.rb | ||
| s3_backup_store.rb | ||
| system_interface.rb | ||
| uploads_restorer.rb | ||