Currently I'm using local storage to store all files users are uploading. I've thought moving those files to an external storage bucket provider, like S3 or Backblaze. Is it possible to move all files in a future, if so, how?
If you'll run
docker volume inspect appwrite_appwrite-uploads | grep Mountpoint
You'll see something like this
"Mountpoint": "/var/lib/docker/volumes/appwrite_appwrite-uploads/_data",
Inside you'll have folder for each app, then inside a folder for each of your buckets.
When replacing to a new driver like S3 for example, copy all the content of that folder and put as is in the S3 bucket.
To vailidate the right path, upload one file using the new provider then push the uploads content based as the same one.
@Binyamin Thanks as always! :appwritepeepo:
[SOLVED] Move storage buckets to external provider (like S3)
Can I transfer a file when execute a function?
Easiest way is transfer file first then executie the function
Recommended threads
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...