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
- [Solved] Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...