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

**URL:** https://meta.discourse.org/t/after-server-migration-the-images-in-posts-arent-downloadable-anymore/236955
**Category:** Support
**Created:** [August 23, 2022, 12:13pm UTC](https://meta.discourse.org/t/after-server-migration-the-images-in-posts-arent-downloadable-anymore/236955 "2022-08-23T12:13:13Z")
**Posts on this page:** 1
**Showing post:** 17

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [August 25, 2022, 4:34pm UTC](https://meta.discourse.org/t/after-server-migration-the-images-in-posts-arent-downloadable-anymore/236955/17 "2022-08-25T16:34:42Z")

</div>

> [@Bryanpwo](#):
>
> how do I provide you with such info?

The easiest way is using the [data explorer plugin](https://meta.discourse.org/t/discourse-data-explorer/32566).  
You can create a SQL query such as:

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

```

And it returns these fields’ content:

 ![image](https://global.discourse-cdn.com/meta/original/4X/6/f/7/6f75e76675d37a9110b0c3c1f812a6fb2165bffd.png)

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

---

_[View the full topic](https://meta.discourse.org/t/after-server-migration-the-images-in-posts-arent-downloadable-anymore/236955)._
