مرحباً،
ما هي الطريقة لإعادة بناء HTML لجميع المشاركات؟
شكراً لك.
3 إعجابات
Lilly
(Lillian Louis)
16 أكتوبر 2023، 3:12ص
2
أعتقد أنك بحاجة إلى استخدام rails لإعادة خبز منشوراتك. يمكن أن تكون هذه عملية تستهلك الكثير من الموارد اعتمادًا على عدد المنشورات في منتداك، لذا من الأفضل القيام بها خلال ساعات غير الذروة. قم بعمل نسخة احتياطية أولاً أيضًا.
Either one of these should work
./launcher enter app
rake posts:rebake
or
cd /var/discourse
./launcher enter app
bundle exec rake posts:rebake
من الأفضل إذا كان بإمكانك القيام بذلك بطريقة ما:
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.
Required user level: Administrator
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…
7 إعجابات
system
(system)
تم إغلاقه في
15 نوفمبر 2023، 3:13ص
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.