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
- Many2Many loading, not receiving list
Hi everyone! Im having a bit of trouble while editing single rows in the DB. When selecting a value of my many2many it keeps loading, see screenshot. On some ...
- Appwrite Python SDK Keeps returning the ...
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process tha...
- Creating a function on appwrite Cloud.
I am trying to create a function on Appwrite cloud. I go to the console. I hit : Create function I choose DART-3.5 I put a name for my function : NameFunction...