#[SOLVED] Index stuck on deleting

22 messages · Page 1 of 1 (latest)

solid pasture
#

An index on one of my collections is causing errors with migration. It's not an index I need anymore so I've deleted it. However, the deletion is still pending on appwrite console, and has been for a while. I'd like to request the offending be deleted by a core member if possible. Thanks.

solid pasture
#

@river sonnet Don't mean to disrupt you but pls can you help?

river sonnet
solid pasture
solid pasture
#

Still waiting for a resolution pls

solid pasture
#

Pinging one last time, sorry for the disruption @river sonnet

quartz zenith
solid pasture
quartz zenith
#

I think there were some issues with the database if I'm not wrong that should be solved now

solid pasture
solid pasture
#

It's fine I'm just gonna start over. It wasn't production ready and the development wasn't that far along.

quartz zenith
#

I see. That should not happen anyways 😕

solid pasture
# quartz zenith 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

river sonnet
river sonnet
#

sorry for the delay

solid pasture
solid pasture