10 months ago
Project Id: c1cea032-c774-4a4b-af72-291c9c2dddec
It may seem like a silly question, but I'm racking my brains here, I'm on the free tier plan and I wanted to know how I can make a manual or automatic backup that generates my project in a .zip because my DB is local to the project in this case and not in a postgress of life, how can you instruct me?
7 Replies
are you talking about migration? or downloading the db to your local machine or a different machine?
I'm not referring to a migration or downloading from a remote DB.
my project is hosted on railway (free tier), and my database is a local .json file stored inside the project.
what I’m trying to do is export or back up the entire current state of the project — including the updated .json DB — as a .zip file, directly from railway, not from gitHub (since the version there is outdated).
Is there a way to do that from the railway interface or using the CLI?
10 months ago
you can use railway ssh and then once in the shell, find the file, and use some CLI tool to upload it somewhere
10 months ago
!s
Status changed to Solved brody • 10 months ago