how to create directories in volume storage ?
venkatn7
HOBBYOP

2 years ago

Hi,
my backend flask will storage files in two different locations and i want to know how i can create directories in volume ?

8 Replies

venkatn7
HOBBYOP

2 years ago

N/A


venkatn7
HOBBYOP

2 years ago

cant find my project id


brody
EMPLOYEE

2 years ago


venkatn7
HOBBYOP

2 years ago

@Brody Is there a way to do it on railway volume ?


brody
EMPLOYEE

2 years ago

yes please read that blog, creating directories is not specific to the volume


venkatn7
HOBBYOP

2 years ago

thanks, any other way i can create directories on volume ? any script to run ? or any config i can add on service ?


brody
EMPLOYEE

2 years ago

all volume access has to be done by the service, your code needs to create the directories if they dont exist


venkatn7
HOBBYOP

2 years ago

Roger that :), thank you


Loading...