billchen198318 / bamboobsc

next version move to https://github.com/billchen198318/hillfog, bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence (BI) Web platform. BSC's Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs), Strategy Map, and SWOT, PDCA & PDCA report, Time Series Analysis.
Apache License 2.0
227 stars 109 forks source link

How to update? #19

Closed giacomozzi closed 8 years ago

giacomozzi commented 8 years ago

How to upgrade from version 0.6.2 to 0.6.3 without losing data?

billchen198318 commented 8 years ago

Download upgrade bbcore ZIP file: bbcore_upgrade.zip

  1. backup old database bbcore 0.6.2 version. ( Please check whether it is successful dump, In order to avoid a failed upgrade cannot be undone )

    mysqldump bbcore --hex-blob -u root -p > bbcore_062_old.sql

  2. upgrade database bbcore to 0.6.3 version.

    mysql bbcore -u root -p < bbcore_062_upgrade_063.sql

  3. try to start bambooBSC 0.6.3

    I tested works OK, But if that fails, please down back to version 0.6.2.

giacomozzi commented 8 years ago

Great! Have worked!