homestead icon indicating copy to clipboard operation
homestead copied to clipboard

Ubuntu 22.04 Updates

Open svpernova09 opened this issue 3 years ago • 3 comments
trafficstars

  • 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 avatar Oct 02 '22 19:10 svpernova09

@svpernova09 do you have any plan on upgrade the bin/wsl-init to 22.02 too?

litan1106 avatar Oct 06 '22 01:10 litan1106

@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 avatar Oct 06 '22 01:10 svpernova09

@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/

litan1106 avatar Oct 06 '22 01:10 litan1106