I deleted the appwrite schema and created a new one in rds. Now it says in docker compose : Base table or view not found: 1146 Table 'appwrite._console_rules' doesn’t exist
When I look at the db only see 2 tables under appwrite schema named _console__metadata and _console__metadata_perms
Why did you delete the appwrite schema?
In my last post, docker compose logs revealed that there wasn’t a field named factors that made appwrite console login not work, so i just deleted it, (it had no data)
Recommended threads
- 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 ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...