How to migrate Sqlite and assets from vps to railway
silvesterwali
FREEOP

4 months ago

Halo there . after deploy some project to railway free, i have found that it easy to deploy app and my idea is moving the existing website to railway. the project was build on the top nuxtjs and drizzle and sqlite and a lot of image was uploaded to vps. is there guidelines for make this happen. so i can import sqlite and old image to railway ? thank you for kind of help

Solved$10 Bounty

Pinned Solution

You can deploy services through Docker images in Railway (https://docs.railway.com/guides/services#deploying-a-public-docker-image). For your sqlite, you would need to upload it somewhere, then download it to your container via SSH.

1 Replies

You can deploy services through Docker images in Railway (https://docs.railway.com/guides/services#deploying-a-public-docker-image). For your sqlite, you would need to upload it somewhere, then download it to your container via SSH.


Status changed to Solved noahd 3 months ago


Loading...