Fresh installation — which files to keep?

If I want to do a fresh install of Tiny Tiny RSS (git clone and all) on an existing database, which files do I need to keep?

So far I figured out I would need to copy over:
/feed-icons
/cache/starred-images
/plugins.local
/themes.local

config.php I can recreate. Is there something I’m missing?

this looks about right
you can also keep cache/images (or not)

thank you!

cache/images was for some reason empty, so I didn’t bother

One more thing to keep if your installation is running af_comics:
/plugins/af_comics/filters.local

So, if anyone is looking for the answer to the same question, the files to keep are:
/feed-icons
/cache/starred-images
/plugins.local
/themes.local
/cache/images
/plugins/af_comics/filters.local

By the way, fox, thank you for the seamless update. I was wary about doing the next git pull (my last one was back in December, before the massive refactoring), but in the end everything worked out, and I only had to update a handful of selectors in a custom theme.

that’s how it usually works, yes :slight_smile: