-
Notifications
You must be signed in to change notification settings - Fork 19
Upgrading between Versions
PromInc edited this page Sep 13, 2015
·
1 revision
Upgrading between some versions may have special concerns in the code, database, etc. that need to be addressed. If you are experiencing difficulty when upgrading your version, please check below for notes on how to best perform the upgrades.
- Adds the CREDENTIALS_BING_API_KEY constant to the config/config.php file to allow for setting the Bing Webmaster Tools API connection.
- Updates the Click Through Rate data type in the search_analytics table to correct data inaccuracies.
Both of these items are addressed in an upgrade script that performs the updates for you. To make these changes:
- Update the code of your local copy of Organic Search Analytics with version 2.0.0
- Open the following URL:
http://{domain}/{install folder}/upgrade.php
- Click the link labeled
Run Update for Version 1.x to 2.0.0
- A confirmation message at the top of the page that the upgrade was successful.