You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
We have an issue with services and our herd.yaml files.
When the first person creates the herd.yml file, everything works great. But when someone else tries to use it, they get the dreaded
That's because they already have mysql v8.0.46 installed because they installed herd slightly later than the other dev.
You could install 8.0.45 as well, but then it'd be running on another port and you'd be running two instances of a database server for no real reason.
Can we get version strings like 8.0.x, or even just to be able to read the version string for a service from the .env file?
All reactions