Rank 2: Process
I im trying to update to 1.5.3, i made my backup, then run the docker command to install :
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="upgrade" \ appwrite/appwrite:1.5.3```
It installed sucessfully, then i run the migration command `docker compose exec appwrite migrate` and it failed on this:
```5731 / 5731Migrating Collection providers:0 / 0Migrating Collection messages:0 / 0Migrating Collection topics:0 / 0Migrating Collection subscribers:0 / 0Migrating Collection targets:0 / 0Migrating Project: MyProject (6567a46b9f47bb4f6f0e)Migrating CollectionsFailed to update project ("6567a46b9f47bb4f6f0e") version with error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'appwrite._3_' doesn't existSQLSTATE[42S02]: Base table or view not found: 1146 Table 'appwrite._3_' doesn't exist```
And it exit to bash
if i navigate my browser to console i got `{"message":"Server Error","code":500,"type":"general_unknown","version":"1.5.3"}`
What to do now? Re-Run migration?