Revision of Upgrading from Fri, 07/10/2009 - 13:28

Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.

How to upgrade an OpenX server from the 2.6.x installation instructions to version 2.8.x.

  1. Backup your existing database and OpenX installation.
  2. Download the latest version of OpenX:
    cd /extra/src
    wget http://download.openx.org/openx-2.8.0.tar.gz
    tar zxf openx-2.8.0.tar.gz
    mv openx-2.8.0 /var/websites/ads.example.com/htdocs/
    cd /var/websites/ads.example.com/htdocs
    chown -R nobody:nobody openx-2.8.0
  3. Copy the configuration file from the current version (2.6.x) to the /var directory of the new version (2.8.0):
    cp openx-2.6.4/var/ads.example.com.conf.php openx-2.8.0/var/
  4. Copy your banner images from the old version's www/images to the new version. My install didn't have any ads in there - yours might.
  5. Adjust your Apache VirtualHost directive to point to the new OpenX version (/usr/local/apache2/conf/extra/httpd-vhosts.conf
  6. Restart Apache
  7. With your web browser, load your OpenX site (ex. http://ads.example.com) to and follow the instructions of the upgrade wizard.

Recent Updates

  • 2 years 2 weeks ago
  • 2 years 2 weeks ago
  • 2 years 2 weeks ago
    php 8.x
  • 2 years 2 weeks ago
    10.6.7
  • 2 years 2 weeks ago
    Drop Centos 5/6 stuff