Help Require to Upgrade from 0.9 version to latest version of Laragon
-
Hi all i am attempting to upgrade from a 0.9 version to the lastest does the following steps still apply
Dump your database
Rename C:\laragon to C:\laragon2
Install Laragon to C:\laragon
Copy C:\laragon2\usr (User's settings) and C:\laragon2\www (Projects' data) to C:\laragon\usr and C:\laragon\www
Restore your database.
I saw the above guide in one of the post but not very sure what does dump your database really mean is that the database supporting my web or it is Laragon own database. I do not use Laragon mySQL as i had setup mySQL in another database serverAlso for 0.9 version i need to include this in my http.conf, will this still be required for the new version
SSLPassPhraseDialog "exec:C:/laragon/bin/apache/apache-2.4.46/conf/ssl/passphrase.bat"
-
@teojerah I think dump database meaning export the database into text based file which contains all the create tables and insert records commands.
-
In my upgrade process i noticed i cannot name the php folder as
php-7.4.12-Win32-vc15-x64When the http.conf load
it will somehow change the line below and add php- after C:/laragon/bin/php/
LoadModule php7_module "C:/laragon/bin/php/php7.4.12-Win32-vc15-x64/php7apache2_4.dll"
PHPIniDir "C:/laragon/bin/php/php7.4.12-Win32-vc15-x64"so it will become
LoadModule php7_module "C:/laragon/bin/php/**php-**php7.4.12-Win32-vc15-x64/php7apache2_4.dll"
PHPIniDir "C:/laragon/bin/php/**php-**php7.4.12-Win32-vc15-x64"So what i did was to rename the folder to php7.4.12-Win32-vc15-x64 and this actually solve my problem