Upgrading to 1.0.0 and Extended Fields¶
Check this page on why you should (or should not) upgrade!
To upgrade to version 1.0.0 from version 0.0.x (I would call this process a migration) do the following:
- Install the Extended Fields plugin;
Check this page on how to do this. - Remove the
extended_profile
directory (but don’t remove tableextended_profiles
yet);
Just:rm -rf #{RAILS_ROOT}/vendor/plugins/extended_profile
- Install the Extended Profile plugin version 1.0.0;
- Copy
extended_profile
directory of 1.0.0 to#{RAILS_ROOT}/vendor/plugins
. - Run:
- For Redmine 2.x.x and above:
rake redmine:plugins:migrate RAILS_ENV=production
- For older Redmine and ChiliProject:
rake db:migrate:plugins RAILS_ENV=production
- For Redmine 2.x.x and above:
- Restart Redmine/ChiliProject.
- Copy
- Optionally remove the
extended_profiles
table from database:
By executing:DROP TABLE extended_profiles