mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Rails calls I18n.translate during initialization and by default translation overrides are used. Database migrations would fail if the system tried to migrate from an old version that didn't have the `translation_overrides` table with all its columns yet. This makes restoring really old backups work again. Running `DISABLE_TRANSLATION_OVERRIDES=1 rake db:migrate` will allow you to upgrade such an old database as well. |
||
---|---|---|
.. | ||
backup_file_handler_spec.rb | ||
backuper_spec.rb | ||
database_restorer_spec.rb | ||
local_backup_store_spec.rb | ||
meta_data_handler_spec.rb | ||
restorer_spec.rb | ||
s3_backup_store_spec.rb | ||
shared_context_for_backup_restore.rb | ||
shared_examples_for_backup_store.rb | ||
system_interface_spec.rb | ||
uploads_restorer_spec.rb |