Skip to content

Upgrading between Versions

PromInc edited this page Sep 13, 2015 · 1 revision

Upgrading between versions of Organic Search Analytics

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.

Version 1.x to 2.0.0

Items needing special attention:

  • 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.

How to upgrade

Both of these items are addressed in an upgrade script that performs the updates for you. To make these changes:

  1. Update the code of your local copy of Organic Search Analytics with version 2.0.0
  2. Open the following URL: http://{domain}/{install folder}/upgrade.php
  3. Click the link labeled Run Update for Version 1.x to 2.0.0
  4. A confirmation message at the top of the page that the upgrade was successful.