cobub / razor

Cobub Razor - Open Source Mobile Analytics Solution
http://www.cobub.com
1.13k stars 431 forks source link

update from 0.2 to 0.3 #32

Closed aliasdoc closed 11 years ago

aliasdoc commented 11 years ago

Hi, how we can update to 0.3 from 0.2 without loosing data ? Thanks.

jameszaghini commented 11 years ago

Hi aliasdoc,

I replaced all php/html/css except for the files in the config directory.

Then, if you do a diff between the files in assets/sql you should see the alterations to the database structure and manually edit the changes in edatabaseinfo.sql, edataware.sql.

Last of all, I deleted all the procedures on the warehouse database then ran updatedatawarestore.sql

I hope that's everything! It looks to be working well for me so far.

cobub commented 11 years ago

Only four tables added in v0.3

James's method is very useful.