Page 1 of 1

upgrade from XAMPP 1.7.1 to 1.7.2

PostPosted: 11. October 2010 04:42
by gbotica
Hi,

I have a development server running XAMPP 1.7.1. I see that there is no upgrade package for 1.7.1 - 1.7.2.

Could any one briefly explain what process I need to go through to get my XAMPP install from 1.7.1 up to 1.7.2 (and then I can run the upgrade package to get to 1.7.3).

Do I need to completely uninstall XAMPP 1.7.1 and then install 1.7.2 fresh and redo all my settings and configuration?

Is there any other issues I need to be aware of to do this?

Thanks in advance.

Re: upgrade from XAMPP 1.7.1 to 1.7.2

PostPosted: 11. October 2010 05:06
by Altrea
gbotica wrote:I see that there is no upgrade package for 1.7.1 - 1.7.2.

Yeah, thats right. There was to many changes between these two versions.

gbotica wrote:Could any one briefly explain what process I need to go through to get my XAMPP install from 1.7.1 up to 1.7.2 (and then I can run the upgrade package to get to 1.7.3).
Do I need to completely uninstall XAMPP 1.7.1 and then install 1.7.2 fresh and redo all my settings and configuration?
Is there any other issues I need to be aware of to do this?

You had to do a complete fresh install of XAMPP. Because the changes between 1.7.2 and 1.7.3 are not so big, i recommend you to do a fresh install directly with XAMPP 1.7.3. You can simply install the zip version byside your existing XAMPP 1.7.1 on your HDD. You can't start both together, but that should be okay for now.
After that you had to bring your configuration changes step by step to the new install.
After that copy your scripts to the new installation.
Then export your Databases from the old MySQL and import them in your new one again.
Check your scripts! Because of the new PHP version there is maybe some work to do.