aydinyilmazeclaw
PROOP
2 years ago
hello everyone, can I use Postgresql to store the images which my users upload in django-project?
10 Replies
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
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
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.
2 years ago
no problem