I experienced it too. You can downgrade your mariadb, eg. [email protected].
Slow migrations on local machine
Hi all,
as you can see in the Video ( https://vimeo.com/597774651 ) my Laravel migrations run very slow on my local machine (MacBook Pro) compared to my staging server (VPS). I have those performance issues across all Laravel projects on my local machine. I think I experienced this for almost two months now and tried multiple things to fix it.
Used software on local machine (macOS) and VPS (CentOS):
- [email protected]
- MariaDB 10.6.4
- Laravel 8.58.0
On my local machine I'm using Homebrew and Valet.
Since I recognised those performance issues I tried to edit the config of MariaDB and restarted the database server but I noticed that it didn't make any difference and restored the default config. My first guess was that it has to do something with the PHP Version because I recently upgraded from PHP 7.4 to 8.0. But tests with PHP 7.4 showed that the issue persists regardless of the used PHP Version.
Another weird thing I noticed is that the performance of all my applications in the browser via Valet are normal. Only my migrations and tests (probably also because of the migrations) are very slow.
Has anyone an idea how this can be fixed?
Please or to participate in this conversation.