@everyone
We have a live version of appwrite that was running on 1.2.1, we want to migrate to appwrite cloud but, in order to do that we have to migrate to 1.4.x.
To do this, we're upgrading from 1.2.1 to 1.3.0
While doing this in step 2 of the migration as per https://appwrite.io/docs/advanced/self-hosting/update
We're getting the following error
Migrating Collection cache:
Fatal error: Uncaught Exception: Collection not found in /usr/src/code/vendor/utopia-php/database/src/Database/Database.php:3827
Stack trace:
#0 /usr/src/code/src/Appwrite/Migration/Migration.php(162): Utopia\Database\Database->count(Object(Utopia\Database\Document))
#1 /usr/src/code/src/Appwrite/Migration/Migration.php(126): Appwrite\Migration\Migration->documentsIterator('cache')
#2 {main}
thrown in /usr/src/code/vendor/utopia-php/database/src/Database/Database.php on line 3827
Current appwrite version : 1.3.0, previous appwrite version 1.2.1
Running on an ubuntu 22.04 server
docker ps output seems fine, all containers are up