Currently, I am running AppWrite with Docker on a local PC, and DBs, etc. are created with AppWrite. How do I push the data in AppWrite? Please let me know if there are any articles that would be helpful. Thank you in advance.
Hi - I am not sure what it is you want to do but I think you would like to host your own backend service with Appwrite, You can see this video once: https://www.youtube.com/watch?v=RlXZWzUWtkE
Thanks for the reply! I watched this video. I think this is creating a new AppWrite service on the VPS, how do I push the Local AppWrite project to the VPS?
just for info, have you tried Appwrite Cloud?
Sorry, I have never tried it.
What I wanted to know is how to develop an AppWrite project on my local Docker and apply it to my VPS.
Got it so what you can do is:
- Use this script https://gist.github.com/Meldiron/47b5851663668102a676aff43c6341f7 BUT would require you to use exact same configuration as locally, such as encryption key
- Write a script Regarding data migration (documents, files, ..)
- There is a community made tool though https://github.com/tannermeade/data-migrator
- Check the relevant issue here: https://github.com/appwrite/appwrite/discussions/2383
Thank you so much!!!
It helped me a lot. Based on this, I will actually try it. If it works, I will blog or write an article to introduce AppWrite👍
Thank you again for your help.
Amazing! Looking forward to it ❤️
let me know if you need anymore help
[SOLVED]How to deploy local AppWrite to a VPS
Recommended threads
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...