It shouldn't as long as the folder is still named the same. And then you ran the upgrade command while in the api folder, right?
yes
And that created new docker-compose.yml files and it has Appwrite 1.4.3 in there?
Does the new .env file look okay?
The files including .env and docker-compose.yml were moved from the old directory. Not created newly.
How do I confirm it?
Huh? I don't understand
I mean the files were updated form the old version.
The version of appwrite is 1.4.3 now
And the .env file looks okay?
Yes. Its content is almost the same as my local one.
Nice. So what exactly happened when you ran the migrate command?
logs here.
You didn't run down with -v did you?
What are the docker logs from the appwrite container?
How many times did you run the migrate command?
Sorry, I forgot it. I run it with -v very likely.
2
Many errors like this.
appwrite | [Error] Timestamp: 2023-09-23T04:55:38+00:00
appwrite | [Error] Method: GET
appwrite | [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.
appwrite | [Error] File: /usr/src/code/app/controllers/general.php
appwrite | [Error] Line: 294appwrite | [Error] Timestamp: 2023-09-23T04:55:38+00:00
appwrite | [Error] Method: GET
appwrite | [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.
appwrite | [Error] File: /usr/src/code/app/controllers/general.php
appwrite | [Error] Line: 294
So has all my data been lost?
-v deletes all your data π
π’
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...