I can't migrate my project from Appwrite Cloud to a self-hosted Appwrite instance.
- 0
- 1
- Self Hosted
- Cloud
I'm having an issue migrating my Appwrite project to a self-hosted instance. The problem is that I've exceeded my read rate limit (or database read limit), so I'm unable to migrate my data. I also can't even download my database tables as CSV files.
Here's the output from the Appwrite CLI:
appwrite init project
? Select a setup method: Link this directory to an existing project
? Choose your organization: ---------
? Choose your project: ---------
? Pull all resources from this project? Yes
✓ Project linked → appwrite.config.json
ℹ Info: Agent skills already found. Skipping installation.
ℹ Info: Pulling project settings ...
✓ Success: Successfully pulled all project settings.
ℹ Info: No functions found.
✓ Success: Successfully pulled 0 functions.
ℹ Info: No sites found.
✓ Success: Successfully pulled 0 sites.
ℹ Info: Fetching tables ...
ℹ Info: For detailed error pass the --verbose or --report flag
✗ Error: Database reads limit for the current billing cycle has been exceeded. Please upgrade to a higher plan or update your budget cap.
I've also attached a screenshot of the migration page from the Appwrite UI.
What can I do in this situation? All of my data is stored in this project, and I can't access it in any way—not through migration, the CLI, or even by exporting the tables as CSV.
Recommended threads
- Accessing Database via Console
Hi everyone, I am running a self-hosted Appwrite v1.9.0 instance. When I click on one particular database in the Console, a loading indicator appears at the top...
- Apple OAuth2 settings auto-disable every...
Hello, I'm on Appwrite 1.8.1 at the moment. I'm using on prod Apple Oauth and it keeps disabling itself every night. I don't know where to look for the solutio...
- Sites settings shows ALL build runtimes
When looking at the build runtimes of site to update from node22 to node24, i saw that unlike the Functions the Sites shows ALL build runtimes, even non-install...