I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

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:

  1. Install the Extended Fields plugin;
    Check this page on how to do this.
  2. Remove the extended_profile directory (but don’t remove table extended_profiles yet);
    Just: rm -rf #{RAILS_ROOT}/vendor/plugins/extended_profile
  3. 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
    • Restart Redmine/ChiliProject.
  4. Optionally remove the extended_profiles table from database:
    By executing: DROP TABLE extended_profiles
Terms of use | Privacy policy