How to regenerate the cooked column from the raw

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 ?

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

To rebake all old posts in forum

cd /var/discourse
./launcher enter app
rake posts:rebake
6 Likes

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