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
- How to change "collection Id" to "collec...
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...