Running Influx DB instance on Railway, lost data when the shut off my instance.
guilcor-alphabi
PROOP

2 years ago

Recently my instances were stopped because of a payment issue, but when I recovered my InfluxDB instance, none of my data was recovered. Is there anyway I could get back my data? If not, are there any easy options for create influxDB back ups?

1 Replies

2 years ago

You weren't using a persistent storage to store your data so unfortunately that data is lost now, going forward make sure to mount a volume to the correct location for data persistence.

https://docs.railway.app/guides/volumes


Loading...