Why it took so long to completee the process on creating index, when then I am trying to delete the attribute while the status is still in the processing, it gives me stuck
until now the processing is still exist
the stuck cant delete
You can try this inside your appwrite directory.
docker down docker up -d
backups happen once a day...during that time, it may take up to an hour to process.
its been over 6 hours
it starts on 10 pm
then I woke up at 3 am to try
how much data do you have and what's your project id?
I dont have much data. It does not reach a hundreds of data. I think 50 below.
Project Ids: Dev Project = 64c8d4fe450efd228047 Staging Project = 64d79de210e0f3e6975d
Please check these two appwrite project
hmm sorry no logs
Just create new one
but still on processing
But when I am creating a different index type for example key index type. Its fast to processed it
ya these are in a limbo state now...it's not actually processing anymore
Ohhh never mind, same error occurs I just tried it to create key index, it still the same
I just used different project
why it so fast to create a index
oye...something seems screwed up with your collection...
yup, I think I need to recreate this collection
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...