a month ago
I lost a Minecraft world data. My service had no Volume configured but the container was running continuously without restarts for a long time. Is there any way to recover data from an old container filesystem? Service name: minecraft-server, product name: content-imagination
1 Replies
a month ago
Without a volume attached, the container filesystem is ephemeral, and any data written to it is permanently lost when the container stops or a new deployment occurs. There is no way to recover data from a previous container's filesystem. Going forward, you can attach a volume to your service to persist your Minecraft world data across deployments.
Status changed to Awaiting User Response Railway • about 1 month ago
a month ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 29 days ago