nodiscc
22
It seems I was wrong. The unread status is stored in ttrss_user_entries in the database, it’s indeed exported and correctly imported. My manual comparison of read/unread status was wrong. All good.
@nodiscc great write up on the export / import.
QQ for ya, how’d you do this on the docker side? Did you have to do ttrss-data-migration on one docker image and import db on the ttrss-docker_db_1 image?
Thanks!
@JimmyPowers my setup does not use docker, it’s a simple apache + php-fpm + postgresql installation.