Image Storage
hello everyone, can I use Postgresql to store the images which my users upload in django-project?
Solution:Jump to solution
that would not be a good idea, you want to store images in a volume https://docs.railway.app/guides/volumes
9 Replies
Project ID:
118c0d3a-2e06-4eee-b22c-ab02d2947048
118c0d3a-2e06-4eee-b22c-ab02d2947048
Solution
that would not be a good idea, you want to store images in a volume https://docs.railway.app/guides/volumes
ok thank you I will look at it?
additionally is there any option to back up the data of my project periodically to my local device
railway does not provide a way to natively backup a volume yet
ok, can I backup other data, I mean structured data in tables
can I back up them
you can backup the postgres database very easily with this template https://railway.app/template/I4zGrH
note, it does not have to use aws s3, i recommend using cloudflare r2's s3 compatible service.
thank you
no problem