Burak Yigit Kaya
Burak Yigit Kaya
@yarnpkg/core would love to hear opinions on this.
>I suspect a fair amount of our users never use add and remove, and instead manually update their package.json then run install. Ah, great point. Glad you mentioned that. That...
>Even if it's not directly actionnable I'd argue it's still pretty important. The bug might not be in our package, but it still exists. This may not be a bug...
@SherylHohman hey, sorry for all the trouble and the late response! I agree urging people to install other stuff just to get `yarn` installed is not ideal. I think the...
Just checking in, I'm also experiencing this issue and wondering if there's a potential fix or a path to fix?
Sorry, I thought this was related to #4903 which it was not.
This seems to be resolved by 8238e217c74485e84b204b3819445bc8b44da732 on master. I can verify it is fixed now.
>I believe in the past we've tried to automate Postgres upgrades, that feels risky to me and I'm inclined to not take that on again. It was not risky and...
@hubertdeng123 yup, you'll just revive [this script](https://github.com/getsentry/self-hosted/pull/1710/files#diff-d5dbeb45062bd0425b95bf710ab4128bf099a566b2624fd58e13e8bd593a5bdf) but for 9.6->14. It even has the version check built-in so it should "just work™" 😅
Came here with the same problem myself. I still don't know why they are not populated in `params` but you can access them with `ctx.args`. I think there's a bug...