Page 1 of 1

Upgrade from 1.6.7 to 1.7.1

PostPosted: 02. July 2009 11:34
by daveporter
Hi Everyone,

I have 1.6.7 currently installed and want to upgrade to 1.7.1

How can I do this an retain my MySql database's ?

I am on Windows XP SP3

TIA Dave

Re: Upgrade from 1.6.7 to 1.7.1

PostPosted: 02. July 2009 15:58
by Nobbie
Make a full backup of your Xampp installation.

Then uninstall Xampp, install new Xampp 1.7.1.

After then port all changes from old Xampp configuration files (httpd.conf & extra/*.conf, php.ini, my.cnf) to the new installation (do *not* copy configuration files from old installation, use a text editor instead).

Copy all contents of your applications to the new Xampp (DocumentRoot i.e. htdocs, maybe several, ALIASes, cgi-bin etc.)
Replace MySQL data folder by the backuped data folder.

Then start Xampp and look if everything runs fine.

Re: Upgrade from 1.6.7 to 1.7.1

PostPosted: 03. July 2009 00:04
by daveporter
Thanks...
Appreciate that.
Dave