Fabian Zeindl
Fabian Zeindl
Is this related? https://github.com/puniverse/quasar/issues/255
I had a problem with this and using `FlatMappingReceivePort`. I only got this to work by copying the class and replacing the use of `com.google.base.Function` with kotlin lambdas. Then instrumentation...
I have removed `edgedb-cli` via homebrew and also removed the `Application Support/edgedb` directory, reinstalled everything and now it works.
@elprans How do you upgrade a project in production? I have the server installed on debian and run the migrations via "edgedb migrate --dsn".
@elprans I found it, you only need to use the package-manager. So is there no need for schema-upgrades when upgrading edgedb? Regarding the documenation: It would certainly help to explain...
Thank you for your answer. I tried following the upgrade guide, but for a a debian-bare-metal instance, there's no description on how to create a new instance/database. On debian running...
Thanks for the quick answer. I cannot connect to the DB since CI/CD is in the cloud, but database is not reachable from the internet.
Could you compile postgresql using homebrew?
Libedit actually supports Ctrl+R. Quickfix: open `~/.editrc` and add: `bind "^R" em-inc-search-prev`