YasharHTMLOriginal post
Rank 2: Process
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
Summary
Developers faced an issue with an Appwrite migration involving an external database, resulting in a missing table error after deleting the Appwrite schema. The error "Table 'appwrite._console_rules' doesn’t exist" is encountered, with only two tables found in the database. To resolve this, the missing table likely needs to be manually recreated or fixed.