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

[1.x] Use Official MariaDB Healthcheck Script #704

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

a1383n
Copy link
Contributor

@a1383n a1383n commented Jul 4, 2024

This pull request updates the health check command for the MariaDB service in the configuration to utilize the healthcheck.sh script provided by MariaDB, as recommended in the official documentation.

Key Improvements:

  • The new health check script checks connectivity and ensures that InnoDB is initialized.
  • By using healthcheck.sh, there is no need to provide the database password, enhancing security by avoiding exposure of credentials.

The script leverages the health check user and is designed specifically for this purpose.

@taylorotwell taylorotwell merged commit f5a9699 into laravel:1.x Jul 5, 2024
5 checks passed
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.

2 participants