Skip to content
Discussion options

You must be logged in to vote

mysql@8.4 works as-is — just put it in your packages list. The @ version syntax is a regular Homebrew formula name, and openboot passes it straight to brew install.

{
  "packages": ["mysql@8.4"]
}

For restart_service, that's a Brewfile DSL thing (brew bundle), not a brew install flag. You can use post_install instead:

{
  "post_install": ["brew services start mysql@8.4"]
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by UnderpantsGnome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants