Randy Fay
Randy Fay
@tbal What OS do you use? Most people use `brew upgrade ddev` on macOS and Linux, and `choco upgrade ddev` on Windows. The shell script works fine, but package managers...
Yeah, homebrew for linux is great. https://brew.sh. But it's pretty slow to update. I continue to hope that we can eventually support regular apt packaging, see https://github.com/drud/ddev/issues/1678
It wouldn't be hard to bundle install_ddev.sh into the ddev binary and make a `ddev self-update`. It could try to figure out how ddev was installed (brew or script) and...
It would be lovely to self-update without sudo, and it's worth thinking about, but right now that would seem to mean that we'd have to abandon all the existing install...
There are so many different ways to install DDEV, and all of them appropriate to their environment. It might be possible to detect the current installation technique and tell people...
Thanks for your vote @chrisfromredfin - Not sure it's do-able given the many ways ddev can be installed. How do you install it and in what OS?
So you'd want DDEV to do `brew update && brew upgrade ddev` for you when you did `ddev self-update` ? What would be your hope?
I hope to work on this before long, but would need to know what you do with traefik as well as how you configure it for it to be useful....
Thanks, I'll take a look. There's no new handling, but I guess maybe this being a bool could be different? I didn't think anybody was using nfs any more in...
(Note that since v1.19.0, only the code is duplicated with mutagen, not the uploaded files, so it's a far smaller amount of duplication now.)