Hey Appwrite community! π
I'm running into a persistent issue with my self-hosted Appwrite installation (v1.6.1) where programmatically creating attributes for my collections gets stuck in a perpetual "processing" state.
What I've tried:
- Deleting and recreating the collections
- Setting up with a fresh yml file
- Waiting overnight (still processing the next morning)
- Checking logs for all containers (no obvious errors)
My environment:
All containers appear to be running normally according to docker ps. I've checked logs for key services but nothing stands out as problematic.
Here are some relevant logs:
appwrite-worker-databases logs:
[Worker] Worker 0 is ready!
Worker databases started
appwrite-worker-functions logs:
[Worker] Worker 0 is ready!
Worker functions started
appwrite-mariadb logs:
2025-05-14 2:47:57 0 [Note] InnoDB: log sequence number 2455542; transaction id 1059
2025-05-14 2:47:57 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2025-05-14 2:47:57 0 [Note] Plugin 'FEEDBACK' is disabled.
2025-05-14 2:47:57 0 [Note] Server socket created on IP: '0.0.0.0'.
2025-05-14 2:47:57 0 [Note] Server socket created on IP: '::'.
2025-05-14 2:47:57 0 [Note] mysqld: ready for connections.
Version: '10.11.11-MariaDB-ubu2204' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
2025-05-14 2:47:57 0 [Note] InnoDB: Buffer pool(s) load completed at 250514 2:47:57
The logs appear normal, but the attribute creation is still stuck in processing. I've been struggling with this for two days now and I'm starting to run out of ideas. Has anyone encountered this issue before or have suggestions on what else I could check?
Any help would be greatly appreciated! Thanks in advance! π
How can I troubleshoot this further? I don't know where to look at anymore.
Project ID is 68240164000c2f6e6193
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...