
I created a migration task from cloud to self-hosted, and the process failed with the following errors:
"errors": [ "Error occurred while pushing 'databases:65f37fdaeba74f71a14c' to destination with message: 'The current user is not authorized to perform the requested action.'", "Error occurred while pushing 'databases:6623a2c44708ce393aed' to destination with message: 'The current user is not authorized to perform the requested action.'", "Error occurred while pushing 'databases:65f37fdb077efa0cded8' to destination with message: 'The current user is not authorized to perform the requested action.'", "Error occurred while pushing 'databases:6623a2c45d5518b27314' to destination with message: 'The current user is not authorized to perform the requested action.'" ]
Now, the strange thing is that all the tables were imported and I only had a single database in the project. Also, I cannot figure out what IDs are these.
Any idea what might have triggered these errors?
Recommended threads
- cli 5.0.5 command for pull and push of d...
Hi i am using selfhosted appwrite 1.5.10, for migration (duplicate project) purpose i am using cli 5.0.5, but i am unable to find commands for pull and push, wh...
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
