
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
- Explore uploaded images directly from lo...
Is there any option to explore/dwonload uploaded files to from local machine? I connected through WinScp to my vps and to files from docker volume 'appwrite_app...
- Migrate Appwrite
I have appwrite setup in Coolify, where my dev and production both are running on coolify due to upgrade issues and multiple issues when deployed with coolify. ...
- After the new appwrite update, I am havi...
I am having difficulties with Creating and listing documents from appwrite database. It doesn't create the document or list the document from the database altho...
