Hi,
Context: on 1.3.7 I need to move stuff between Development and Production before the full commissioning of the system.
I have some success with backing and restoring the 'appwrite' database from development to production. Both development and production uses S3 as storage and I can also sync the contents - which works OK.
Now, I have functions and those functions have the appwrite endpoint embedded in it so a mistake I made was that the client calling on the function on the production ended up with the function calling the development Appwrite server simply because I forgot to update the endpoint. Besides having to re-deploy those functions, where are those variables stored? I looked through the appwrite DB and it doesn't seem to be there....
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...
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...