After migrating from 1.6.1 to 1.7.4 I noticed this message in the logs: appwrite-worker-audits | 2025-10-26T11:15:24.062537020Z Error processing audit logs: Invalid document structure: Missing required attribute "userInternalId"
Can someone help me understanding that error?
Did you made backups before upgrading? And ran migration command?
Yes and yes. The migration-path was 1.6.1 to 1.6.2 to 1.7.4. Also, since I ran into https://discord.com/channels/564160730845151244/1431678580391280751 during migration I cut down the days that audits are stored (with "docker compose up -d") before starting the migration. Maybe that is related?
Recommended threads
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...