The cloud cannot be migrated to self-hosting.
The content of this post is exactly the same as issue 11068
I reproduced this error.
Steps to reproduce:
- Install self-hosted Appwrite 1.8.1 (or 1.8.0).
- Go to your cloud project.
- Click "Settings" > "Migration" > "Export to self-hosted instance".
- Set the "Endpoint Self-Hosted Instance URL".
- You will be redirected to a new page, and set a new name for the new project you want to create.
- Click "Next": An error occurs: "Invalid region parameter: Value must be one of the following (default value)".
The migration failed immediately with the following error: "Invalid region parameter: Value must be one of (default)".
When the error occurred, the Appwrite container logged the following: appwrite | [Error] Method: POST appwrite | [Error] URL: /v1/projects appwrite | [Error] Type: Utopia\Exception appwrite | [Error] Message: Invalid region param: Value must be one of (default) appwrite | [Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php appwrite | [Error] Line: 910
For the migration of existing projects, the following will be displayed:
Couldn’t load resources The API key required for the migration may no longer be valid or has expired, please verify and start migration again.
I think Appwrite Cloud submitted its own region information, but the self-hosted version only recognizes the default region.
Recommended threads
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...