Hello,
I keep getting this error: Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'documentSecurity' in 'field list' in @swoole/library/core/Database/PDOStatementProxy.php:44 When starting my Appwrite docker.
I found this post with not enough details on how to solve the issue. Any insight would be helpful. https://appwrite.io/threads/1273281821471150151
Thank you,
This is a new instance?
Or an existing one that threw an error
Did this happen after an upgrade?
Brand new pull from Docker
No existing data etc.
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...