#[SOLVED] Index stuck on deleting
22 messages · Page 1 of 1 (latest)
@river sonnet Don't mean to disrupt you but pls can you help?
What's your project id, collection, and index?
Project Id: 64360aedb8159c5c7bfa
Collection: 6468a779921388415f4f
Index: phoneNumbers
Still waiting for a resolution pls
Pinging one last time, sorry for the disruption @river sonnet
You're migrating from cloud to self-hosting or what?
Yeah. I wanted a copy of the project (& data) on my self-hosted instance. But I have an index that is was causing errors and when I tried deleting it the deletion stuck.
Is it still persisting?
I think there were some issues with the database if I'm not wrong that should be solved now
Yes
Just checked and it's still stuck
It's fine I'm just gonna start over. It wasn't production ready and the development wasn't that far along.
I see. That should not happen anyways 😕
I think I might know why this happened. It was a full-text index on a string array attribute which was a workaround I was using in 1.3.x since there was no Query.contains() method for arrays then. However, along the line with newer versions (I'm not sure which one exactly) the ability to create a full-text index on an array was removed throwing errors instead. Because of this when migrating the project it fails to be able to create the index and thus the migration fails part way. That's why I tried deleting it but since such an index state shouldn't be possible appwrite maybe be encountering error when trying to delete it hence it got stuck
btw, submitting a support ticket is probably the best way to get support from the core team
Noted, thanks
Great it's gone. Thanks
Not a problem, I know you are very busy. Thanks again