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
- [Question] Is the development key applic...
I'd like to know if development keys are invalid in self-hosted environments? Is setting environment variables the only way to remove rate limits?
- Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...
- I reached my budget limit how?
Hi, I got a message saying I reached my budget limit already? Makes no sense? In 4 days I reached 3.4M reads in a project how with only 100 users? This is my pr...