How to upgrade to Laragon 8 #1059
Replies: 12 comments 39 replies
|
The Perks of a Laragon License:
|
|
Hello it seems to be easily ok, but I would like to have more details please .. Like which folder to NOT overwrite and which to need to overwrite and which to mandatory back up !! |
|
Hello, how to have back this website format please ? |
|
Hello I overwrite once again ONLY the necessary folders with version 8.0.2 uncheck auto create virtual hosts the system updatre automatically my PHP version why not !! BUT still launch http://eva.test/ site instead of my original name (http://localhost/eva/wp-admin/) ?? I don't understand !! Is there any other parameter to change, please ? Regards |
|
It is not really a huge issue because it works BUT the website name format has changed and the old format works too so !! The migration process works good for me finally and was easy (with your precious help !!) thank's for that ! |
|
what about the projects we have in there? |
|
Hello, I had version 6 and I upgraded to the latest version 8.1. I already bought the license, but how do I get all my project databases? I didn't export them to .sql, I have a copy of the entire 'data' folder but the version is different from the current one. Now I have two folders inside 'mysql-8' and the new 'mysql-8.4'. How can I view the databases in the new version 8.4? |
|
Tip for upgrading from Laragon 6 to Laragon 8 If you're using Laragon 6, the default MySQL version is 8.0.30, with data stored at: When upgrading to Laragon 8, everything remains unchanged by default - including the MySQL version and data directory - so your projects should continue working seamlessly. Switching to MySQL 8.4.3If you’d like to upgrade MySQL to version 8.4.3, follow these steps:
You’re now running MySQL 8.4.3 with your data fully migrated. Note:
|
|
info link laragon versi 8 nya kak, share disini dong help me, please |
|
Just upgraded from 6 to 8 and all looks good however don't seem able to run mysqldump via the terminal as it complains about access rights? |
|
okay thanks for your help I will try this tomorrow and see how it goes. If I am successful I will let you know.
So in 8.0.30 I will alter all users including root using this command:
ALTER USER user IDENTIFIED WITH caching_sha2_password BY 'password';
then dump the database and switch over to 8.4 and import the database.
Fingers crossed.
…
On Mar 5, 2026 at 8:10 PM, <Leo Khoa ***@***.***)> wrote:
@ARGreen (https://github.com/ARGreen) : The cause of the issue is: you have some users in MySQL 8.0.30 that use mysql_native_password plugin which is deprecated in MySQL 8.4.3
To verify, run:
SELECT user, host, plugin FROM mysql.user;
You may need to update to caching_sha2_password on then dump and import.
Note: You don't need to reinstall Laragon v8 over v6 to restore data. As long as the data dir is there, your data is safe. In my.ini:
MySQL 8.0 datadir should point to data/mysql-8
MySQL 8.4 datadir should point to data/mysql-8.4
—
Reply to this email directly, view it on GitHub (#1059 (reply in thread)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AAPVDWLZ6NQI577DRDQVG6L4PHNMHAVCNFSM6AAAAABY7IR2K2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMBRGQ3DOMQ).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|



Uh oh!
There was an error while loading. Please reload this page.
Laragon 8 is packed with powerful new features and enhancements, but we've ensured a seamless, risk-free upgrade from versions 1–7. Here's how:
Notes:
If your Quick-add's configuration is outdated, simply rename usr/packages.conf to usr/packages.conf.bak and restart Laragon. It will automatically fetch the latest version from GitHub
All reactions