After server migration the images in posts aren't downloadable anymore

The easiest way is using the data explorer plugin.
You can create a SQL query such as:

SELECT raw, cooked from posts
where raw like '%text from the post%'

And it returns these fields’ content:

It’s a great tool to explore data (:sweat_smile:) and try to debug stuff sometimes.

2 Likes