- Can I get my database and configration file from appwrite cloud when am going live so as to se them in self-hosted server? cause am currently in testing and no server yet
- And is appwrite cloud shared or dedicated hosting?
Can I get my database and configration file from appwrite cloud when am going live so as to se them in self-hosted server? cause am currently in testing and no server yet
Do you mean migrations? If so, you might want to see this once https://discord.com/channels/564160730845151244/1102936099745177700/1138048517068292118
And is appwrite cloud shared or dedicated hosting?
I think it is shared hosting
yes, I meant migration @joeyouss
There are plans for allowing migrating from cloud -> self-hosted and vice versa, but it's not available yet
coming up soon
[CLOSED] Database and Configuration
Okay, thanks @joeyouss and @safwan
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...