diff --git a/docs/references/migrations/migration-appwrite-settings-key.md b/docs/references/migrations/migration-appwrite-settings-key.md new file mode 100644 index 0000000000..626d9b40f1 --- /dev/null +++ b/docs/references/migrations/migration-appwrite-settings-key.md @@ -0,0 +1 @@ +Generate a short-lived console-scoped API key for settings migration. This key allows the migration source to access project platforms and keys on the source instance. \ No newline at end of file diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index cd862f3fbf..b7fcddbfe1 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -317,8 +317,6 @@ class Migrations extends Action 'functions.write', 'tokens.read', 'tokens.write', - 'platforms.read', - 'keys.read', ] ]);