Elvis Pranskevichus

Results 331 comments of Elvis Pranskevichus

IMO we should just add a short option for `--non-interactive`, e.g. `-y` and `-f` for `--allow-unsafe`, so instead of `create --yolo` you'd type `create -yf`

Yes, we should add native support for fish profiles. I use fish, but I don't set it as $SHELL and start it from `.bashrc` instead, so environment is picked up...

I think those aren't exclusive? `fish_add_path` is just a more canonical way of doing `set -gx PATH`.

@tailhook, why is `a3` being installed here?

@leonh, did you run `edgedb server install` after or `eddgedb server init tutorial` directly after running the `curl` command?

This seems to be very similar to #269. Do this: ``` edgedb server uninstall --version 1-alpha3 edgedb server install --version 1-beta1 edgedb server init ```

The original error message seems to suggest the CLi failed to upgrade a _local_ instance and now wrongly thinks it's a remote instance. @jfeiwell, can you try `edgedb instance revert...

A new directory. I'm wondering if the 2.0 build is crashing on your machine for some reason. Also, please do the `edgedb instance revert` and try the upgrade again with...

@jfeiwell and I diagnosed this via Discord and it appears that Postgres 14 hangs at bootstrap time. Switching to the native arm64 build resolved the issue. For reference, here's how...