Mysql to postgresql with pgloader

to whom it might concern,

I just successfully migrated a tt-rss installation from mysql 8.0 to postgresql 13.0 (both cloud instances on scaleway) with pgloader.

I skipped migrating the tables: ttrss_sessions and ttrss_prefs_sections (is this table even used?) and had to configure some custom type casts.

I used the docker image for pgloader, since the ubuntu package seemed broken.

I migrated 6 users and 25324 entries

Here’s the pgloader commands file for reference:

ps.
I configured pgloader to only copy the data, I pre-created the postgresql schema from the tt-rss source. pgloader can try to migrate the schema too, but it didn’t create the same one that tt-rss expects.