“I’m working on a Flask project hosted on Koyeb, and the database I’m using is just SQLite. The old database had data, but I accidentally pushed over it, so it’s now lost. Is there a way to recover it?”
Hi!
I don’t see any service linked to your account.
In general, if you do not have a backup system in place, the data are lost. Especially if you are hosting the SQLite db on us because our disks are ephemeral. You would need to use persistent storage to persist a db between deployments.