Can you please tell me , on local installation, where is ghost storing all data?
Where are my posts? In which location [folder] file ???
If you’re using sqlite, you can get it from your config:
ghost config get database.connection.filename
2 Likes
It’s in content/data folder by default
[for future reference & if anyone else needs it]