NConf 1.3.0 Released | Howto Update from 1.2.6

Latest version of Nconf is available.
This post will cover howto upgrade your existing installation of 1.2.6 to 1.3.0

download nconf from

Extract package
cd /tmp
tar zxvf nconf-1.3.0-0.tgz

Copy new files over older version
cd /var/www/html/nconf
cp -frva /tmp/nconf/* /var/www/html/nconf/
chown apache: /var/www/html/nconf -R

Upgrade db
cd /var/www/html/nconf/UPDATE/1.2.6_to_1.3.0
mysql -u nconf -p nconf < update_database_1.2.6_to_1.3.0.sql

OR
You can use web interface to upgrade db. Which is convenient.

http://x.x.x.x/nconf/UPDATE.php

Remove installation files & continue to http://x.x.x.x/nconf/
rm -rf /var/www/html/nconf/INSTALL*
rm -rf /var/www/html/nconf/UPDATE*
rm -rf /var/www/html/nconf/call_ajax.php

Read Changelog

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Archives

Categories

Page optimized by WP Minify WordPress Plugin