homestead
homestead copied to clipboard
Ubuntu 22.04 Updates
- Remove support for specified elasticsearch version
- Set TimescaleDB to use PostgreSQL 14
- Testing Jammy CouchDB
- CouchDB doesn't support arm64
- Marking feature compatibility
Rework Homestead.yaml services configuration to match features.
Old services
services:
- enabled:
- "postgresql"
- disabled:
- "mysql"
New services
services:
- postgresql: true
- mysql: false
@svpernova09 do you have any plan on upgrade the bin/wsl-init to 22.02 too?
@svpernova09 do you have any plan on upgrade the bin/wsl-init to 22.02 too?
Yes once I've got 22.04 sorted out that's the plan. So far there's a decent amount of broken things on 22.04.
I'm also hoping the systemd stuff has settled down a bit to be more useful.
@svpernova09 do you have any plan on upgrade the bin/wsl-init to 22.02 too?
Yes once I've got 22.04 sorted out that's the plan. So far there's a decent amount of broken things on 22.04.
I'm also hoping the systemd stuff has settled down a bit to be more useful.
systemd is coming to wsl soon. it's available now for wsl insider/preview https://devblogs.microsoft.com/commandline/systemd-support-is-now-available-in-wsl/