Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster first startup of feature mariadb and fixing upgrading packages #1866

Merged
merged 1 commit into from Mar 10, 2023

Conversation

marcheffels
Copy link
Contributor

Removing mysql-common upgrades many other packages due to package dependencies. This costs a lot of time and leads to unintentional changes in other packets. Removing the mysql-common package is not required for installing mariadb-server and mariadb-client, the package just needs to be updated from the mariadb repository.

Current first Startup (vagrant up) takes 29:05 minuntes. Logfile
With this PR first Startup (vagrant up) takes 06:05 minuntes. Logfile

to reproduce you only need this change in your Homestead.yaml
features:
- mysql: false
- mariadb: true

Copy link
Collaborator

@svpernova09 svpernova09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for tracking this down. Much appreciated.

@svpernova09 svpernova09 merged commit 89f4316 into laravel:main Mar 10, 2023
3 checks passed
@svpernova09
Copy link
Collaborator

Took 1:50 on my M1 mac mini w/ Parallels.

vagrant up: 01:50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants