Hey there, Im currently using the default storage feature of appwrite and already have some storage buckets and data stored. I now would like to make the switch to Digital Oceans S3 compatible Spaces Service because im already using appwrite with a Do Droplet and want to have more storage space available.
I read that this should be quite forward via the _APP_STORAGE_DEVICE Environment variable. From my understanding, following the changes of the Environment variables, every new Bucket will automatically be stored on the Digital Ocean Space.
My Question is, how will i go about accessing the existing data. Is it possible to just continue accessing and using the existing buckets and the data within them (on the droplet itself) or would i need to recreate them and somehow download (before the switch) and reupload the data. If so, can i give them the same id as the old buckets, so my app can access those buckets without needing to push an update?
Thanks in advance.
(Im using Appwrite Version 1.5.1)
Recommended threads
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- Console: Query on attribute has greater ...
I noticed an issue when one of my tables reached over ~800 rows. That table is relational to my users table Within the console I am able to view the table with ...
- Appwrite 1.8.1 - Traefik Returns 404 Due...
Problem: Fresh Appwrite 1.8.1 installation returns 404 on all requests. Traefik can't communicate with Docker daemon. Error: Error response from daemon: client ...