Hey There!
I want to create a local environment on my new computer, i wish to get the information i have on my staging appwrite cloud server.
When running migration, it always fails. with the error of :
"Error occurred while pushing 'document:684c05ca002aaf32e3e3' to destination with message: 'Invalid document structure: Unknown attribute: $sequence' Message: Invalid document structure: Unknown attribute: $sequence File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php Line: 3741",
I use the appwrite cloud, and i'm trying to migrate to my local machine, that is running the latest appwrite docker image, 1.7.4 i think
@Jake Perhaps we need a response filter?
@ThisIsStep2 or you may need to wait for an upgrade
to which upgrade? i dont know what you mean.
upgraded self-host version
I reinstalled, It's the latest, and still the same
Any news on this? I am having the same error. :appwritebow:
unfortunatly, not yet.
I am also having the same problem
Same issues here, 1.7.4 from cloud to self hosted
Recommended threads
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...
- [SOLVED] Query.search() returning all ro...
When I use Query.search() instead of returning rows with the keywords provided it just returns all the rows in the table.