You can always self-host Appwrite if you need more uptime for now, in my case I self-host it and I have 99.996% uptime with 0 issues (I check status with better uptime https://status.dh-sw.net)
But the instabilities with cloud will be solved soon.
anticipating
but what's the cause of the cloud instabilities?
Isn't it same version with self hosted?
or is it possible to replicate the project to self hosted?
so I can have the project in two separate places?
It's not the same having 1 database handling traffing from 1 project with few tables, than having thousands of projects handling a huge amount of traffic distributed throught many databases and managing a database with thousands of tables
You can migrate with migrations api from cloud to self-hosted and from self-hosted to cloud
I see
it means the issue is from high traffic?
will it move the project to self hosted or it will copy it to self hosted?
@D5
But yes, mainly heavy load
wow, I celebrate the effort of the community
Cannot respond to this since never tried migrations feature
Mainly appwrite team who is handling this. Also they will apply a solution to those instabilities soon. That's what cloud beta is about, get feedback and issues in order to fix them prior to launching the final product
when is the final product launch?
By the end of this year
sighs 😢 okay
But which server provider do you use, or which will serve me well? @D5
This is happening again today
It was all fine yeaterday
It's showing another downtime on the status page. Why are these so frequently happening the past few days?
There's not any specific recommended provider. You could host in in any cheap VPS like Hetzner. However if you want simplicity when installing, probably Digitalocean or Linode will be the best choice
There were some unexpected issues with databases. It's being fixed and will be completely solved very soon
Is it easy to migrate from self hosted to cloud?
Yes, just click migration button, add API keys, etc
[CLOSED] Abnormal Functioning
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...