Paul Colomiets

Results 454 comments of Paul Colomiets

Can reproduce it on v1.0.0-rc.4-33-g8cf5464 anymore.

I find hashes informative and debuggable. E.g. when some migration applied on the production and then file was mistakenly changed by rebasing, it's easier to find out that different revision...

Note to myself: actually `--to-revision` support with unique prefix is implemented. So I think we can get away with something like 14-char prefixes (i.e. 12 chars of hash + "m1"),...

The problem with checking whether instance exists here is inconsistent. This command is designed to clean every remnant of the instance even if it was half-wiped before (i.e. interrupted destroy,...

The idea is that this is a part of `did you create object type 'default::Set_'? [y,n,l,c,b,s,q,?]` question. And this is indicated by `(approved as part as part of an earlier...

> Restoring a backup into a non-empty database is a fairly common operation. Currently one has to make the database empty by either dropping/recreating it or migrating to an empty...

> @tailhook thanks for a quick response. I was about to comment that `drop database` doesn't work for me either, because I have only one database in instance (default `edgedb`,...

I think used `localhost` because rustls doesn't work with IPs. But we have a workaround for that anyway, so I think we can switch to 127.0.0.1.

Waiting for @elprans to do some preparation work on the repository side.

Yes, connection arguments do not work on `project`. They are not an error only because they are useful for other commands like `edgedb -P 5656 migration create` or bare `edgedb...