-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
key rename not working #764
Comments
Do you have any hooks watching on that key? |
No hooks are present -- |
How about channels? This may cause the same error.
|
See some channels are created but we haven't manually created any channels.127.0.0.1:19851> chans * |
is there a data folder that your tile38 instance can pick up an appendonly file from? |
Yes,persistence is there tile38-server", "-d", "/tile38/data", "--appendonly", "yes" |
You'll need to delete the "viewa" channel before it you can rename the "a" collection. |
Tile38 stores every command you execute in an appendonly file in your /tile38/data directory. On start-up it will read back whats in your /tile38/data folder into memory, that is why you see the channel here. Make sure that you clean out the folder, if you want to have a fresh instance. |
Thanks I can rename the key after delete the channel. |
We are using tile38 version "1.34.0" in docker container environent.
While renaming a key getting error "(error) key has hooks set"
.-----------------
127.0.0.1:19851> rename a a1
(error) key has hooks set
This is same for all other key also
The text was updated successfully, but these errors were encountered: