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
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...