Project backup and download
kauasss
FREEOP

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?

Solved

7 Replies

kauasss
FREEOP

10 months ago

just a note, my database is in a .json so I need to backup it


kauasss
FREEOP

10 months ago

.


mikexie360
PRO

10 months ago

are you talking about migration? or downloading the db to your local machine or a different machine?


kauasss
FREEOP

10 months ago

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?


kauasss
FREEOP

10 months ago

well, I needed this answer to move to a paid plan.


brody
EMPLOYEE

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


brody
EMPLOYEE

10 months ago

!s


Status changed to Solved brody 10 months ago


Loading...