Latimer
1
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?
fox
2
this looks about right
you can also keep cache/images (or not)
Latimer
3
thank you!
cache/images was for some reason empty, so I didn’t bother
Latimer
4
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.
fox
5
that’s how it usually works, yes 