Migrating from MySQL to PostgreSQL different server versions

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!

I’ve answered my own question by migrating. See topic here:

https://community.tt-rss.org/t/moving-to-docker-with-external-mysql-db/4474/8?u=jimmypowers

@JimmyPowers my setup does not use docker, it’s a simple apache + php-fpm + postgresql installation.