dgraph icon indicating copy to clipboard operation
dgraph copied to clipboard

As a user, I would like to fix typo in flag params without having to `rm -rf *` files.

Open MichelDiz opened this issue 4 years ago • 1 comments

Experience Report

What you wanted to do

I wanted to change the param from a flag and expect a normal functionality of the nodes.

Why that wasn't great, with examples

Let's say I have a typo in the flag --my. The user needs to fix this by removing the DB files (which basically means having to delete the DB to fix a typo), as it is hard recorded (persisted) in the hard drive. That's a bad experience for new users and newbies.

We should overwrite the values. I think they are recorded in badger format internally.

Originally seen on https://discuss.dgraph.io/t/unable-to-add-mutations-cannot-retrieve-predicate-information-no-connection-exists/6641

MichelDiz avatar May 08 '20 00:05 MichelDiz

Github issues have been deprecated. This issue has been moved to discuss. You can follow the conversation there and also subscribe to updates by changing your notification preferences.

drawing

minhaj-shakeel avatar Jul 16 '20 14:07 minhaj-shakeel