|
Revision 411, 0.6 kB
(checked in by obaltzer, 2 years ago)
|
Updated UPGRADE information and moved update script into script folder.
|
| Line | |
|---|
| 1 |
Upgrading to 0.7.0 |
|---|
| 2 |
|
|---|
| 3 |
Install the 'acts_as_taggable' gem. |
|---|
| 4 |
|
|---|
| 5 |
Make sure that you run 'rake migrate' as there are several changes to the |
|---|
| 6 |
database. |
|---|
| 7 |
Run 'rake theme_create_cache' |
|---|
| 8 |
|
|---|
| 9 |
Upgrading to 0.6.1 |
|---|
| 10 |
|
|---|
| 11 |
Database doesn't change. |
|---|
| 12 |
No new settings in the config file. |
|---|
| 13 |
Just overwrite the project files. |
|---|
| 14 |
|
|---|
| 15 |
Upgrading to 0.6.0 |
|---|
| 16 |
|
|---|
| 17 |
Due to the switch to migrations in 0.6 and the inclusion of new columns, |
|---|
| 18 |
there are some things you need to do to ensure that you keep your old data. |
|---|
| 19 |
|
|---|
| 20 |
1) Dump tables using 'mysqldump -t -c' |
|---|
| 21 |
2) Drop your old database, and create a new blank one |
|---|
| 22 |
3) run 'ruby script/upgrade_to_0.6' |
|---|
| 23 |
4) Import your old data |
|---|
| 24 |
|
|---|