3 months ago
Is there any way in railway to get sqlite db of last deployment because after payment when my app redeployed i lost my data of sqlite and brought the sqlite from my private repo of github .
Pinned Solution
3 months ago
IIRC you aren’t able to recover sqlite files, especially if they weren’t in a volume. To prevent this in the future, attach a volume to the service. You can do so by right clicking your canvas, then creating a volume that attaches to the specified service.
1 Replies
3 months ago
IIRC you aren’t able to recover sqlite files, especially if they weren’t in a volume. To prevent this in the future, attach a volume to the service. You can do so by right clicking your canvas, then creating a volume that attaches to the specified service.
Status changed to Solved noahd • about 2 months ago