When migrating from one self-hosted instance (v1.6.0) to another I receive the below error when creating documents containing 1 or more relationship attribute(s).
"Error occurred while pushing 'databases:<doc id>' to destination with message: 'The current user is not authorized to perform the requested action.'"
There are no other errors in the migration, and documents in collections where there are no relationship attributes are created successfully.
For testing purposes both the API key used in the migration have all scopes granted, and the collections have full permissions granted to the "Any" role.
Question: What permission is required, or where can I look to see what permission is required? ...Assuming this is the root cause. Any other thoughts, suggestions or experiences would be greatly appreciated.
Setup: I have appwrite setup using docker compose migrating from a cloud hosted instance with public address to a local instance.
Recommended threads
- 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...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...