Image Storage
aydinyilmazeclaw
PROOP

2 years ago

hello everyone, can I use Postgresql to store the images which my users upload in django-project?

Solved

10 Replies

aydinyilmazeclaw
PROOP

2 years ago

118c0d3a-2e06-4eee-b22c-ab02d2947048


2 years ago

that would not be a good idea, you want to store images in a volume


Status changed to Solved Railway almost 2 years ago


aydinyilmazeclaw
PROOP

2 years ago

ok thank you I will look at it?


aydinyilmazeclaw
PROOP

2 years ago

additionally is there any option to back up the data of my project periodically to my local device


2 years ago

railway does not provide a way to natively backup a volume yet


aydinyilmazeclaw
PROOP

2 years ago

ok, can I backup other data, I mean structured data in tables


aydinyilmazeclaw
PROOP

2 years ago

can I back up them


2 years ago

you can backup the postgres database very easily with this template
note, it does not have to use aws s3, i recommend using cloudflare r2's s3 compatible service.


aydinyilmazeclaw
PROOP

2 years ago

thank you


2 years ago

no problem


Loading...