# How to regenerate the cooked column from the raw

**URL:** https://meta.discourse.org/t/how-to-regenerate-the-cooked-column-from-the-raw/61484
**Category:** Support
**Created:** [4월 24, 2017, 6:15오전 UTC](https://meta.discourse.org/t/how-to-regenerate-the-cooked-column-from-the-raw/61484 "2017-04-24T06:15:10Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![veer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/veer/32/69391_2.png) [@veer](https://meta.discourse.org/u/veer)
#### Post date: [4월 24, 2017, 6:15오전 UTC](https://meta.discourse.org/t/how-to-regenerate-the-cooked-column-from-the-raw/61484/1 "2017-04-24T06:15:10Z")

</div>

I updated and inserted some photos in my discourse forum, now i need to regenerate the posts.cooked row from the posts.raw. How can i tweak discourse to regenerate this data ?

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [4월 24, 2017, 6:24오전 UTC](https://meta.discourse.org/t/how-to-regenerate-the-cooked-column-from-the-raw/61484/2 "2017-04-24T06:24:03Z")

</div>

To regenerate cooked HTML for a single post you can use `Rebuild HTML` button on posts menu.

To rebake all old posts in forum

```plaintext
cd /var/discourse
./launcher enter app
rake posts:rebake

```

> [@Rebake all posts matching a pattern](https://meta.discourse.org/t/rebake-all-posts-matching-a-pattern/48713):
>
> bookmark This guide provides instructions on how to rebake all posts in Discourse that match a specific string or regular expression, utilizing the Rails console for additional advanced options. person_raising_hand Required user level: Administrator warning Console access required Want to rebake all the posts matching a string or regular expression? Let’s get started! Accessing your site To begin, connect to your Discourse Droplet via SSH and enter the Docker container for your Disc…

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [5월 28, 2019, 2:01오후 UTC](https://meta.discourse.org/t/how-to-regenerate-the-cooked-column-from-the-raw/61484/8 "2019-05-28T14:01:57Z")

</div>



---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [6월 27, 2019, 2:02오후 UTC](https://meta.discourse.org/t/how-to-regenerate-the-cooked-column-from-the-raw/61484/9 "2019-06-27T14:02:07Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
