diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-02 16:34:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-02 16:34:15 +0000 |
commit | f3babef54ab4c5b1262d98e1f1aa14a06e066c64 (patch) | |
tree | 73bdf4bc928c45a3365ca15be60bd369a56b58bf /doc/UPGRADING | |
parent | 2dc3850798448e3698ae9f7c4c23033827d7cd64 (diff) | |
download | redmine-f3babef54ab4c5b1262d98e1f1aa14a06e066c64.tar.gz redmine-f3babef54ab4c5b1262d98e1f1aa14a06e066c64.zip |
0.4.0 release
git-svn-id: http://redmine.rubyforge.org/svn/trunk@143 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/UPGRADING')
-rw-r--r-- | doc/UPGRADING | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING new file mode 100644 index 000000000..cc4008a8e --- /dev/null +++ b/doc/UPGRADING @@ -0,0 +1,22 @@ +== redMine upgrade procedure
+
+redMine - project management software
+Copyright (C) 2006-2007 Jean-Philippe Lang
+http://redmine.rubyforge.org/
+
+== From 0.3.0
+
+1. Uncompress program archive in a new directory:
+ tar zxvf <filename>
+
+3. Copy your database (database.yml) and configuration settings (config_custom.rb)
+ into the new config directory
+
+4. Migrate your database:
+ rake migrate RAILS_ENV="production"
+
+
+== From 0.2.x and previous
+
+Due to major database changes since 0.2.x, there is no migration support
+from 0.2.x and previous versions.
|