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
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...