
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
- Could not open input file: /usr/src/code...
I updated my selfhosted instance to `1.6.2` and the new service (`appwrite-task-stats-resources`) failed to start. The only log message I see is: ``` Could not ...
- functions page returns 500
I am running selfhosted appwrite version 1.6.0 and all of a sudden my functions page stopped working, returning a 500. I don't see anything in the logs that wo...
- Question
Is there anyway to modify the self hosted appwrite code in the register section so that only @eonfluxtech.com emails can register?
