Hello,
I’m trying to delete a database on LiteFS I see I have 1, I changed my schema and need to delete this database as it is outdated from my local dev.
Question #1 - When logging into fly console I cannot find the path to my database. I have it at /data
I do see my app in /app
I have tried the following paths:
/usr most sub folders I looked nothing
/var most sub folders I looked nothing
Does anyone know a path I could look for? Again reason is I want to delete the physical database file.
Question #2 - How can I delete a database on LiteFS I only see import options and via command line I don’t see a delete or remove option
Thanks,