لا يمكن تعطيل وضع القراءة فقط

I enabled read-only mode on my forums and im not able to disable it.

I cant disable read-only mode via the /admin/backups because i cant login.


entering the docker image and disabling it via rails does not work either.

rails c
Discourse.disable_readonly_mode

entering the docker image and running

discourse disable_readonly

does not work either.


Anything im missing?

sorry if the bug category is not the correct category. I think this might be a bug

إعجاب واحد (1)

It depends on how you trigger readonly mode.

https://github.com/discourse/discourse/blob/master/lib/discourse.rb#L291-L295

There is a list of keys that you can pass to Postgres depending on how you trigger it

https://github.com/discourse/discourse/blob/master/lib/discourse.rb#L256-L259

3 إعجابات

Thanks

This command in rails did the trick

Discourse.disable_readonly_mode(Discourse::USER_READONLY_MODE_KEY)

12 إعجابًا

لدي نفس المشكلة في أحدث إصدار من Discourse.

  1. من داخل حاوية web_only
root@forum:/var/www/discourse# discourse disable_readonly
The site is now fully operable.
root@forum:/var/www/discourse#
  1. ./launcher enter web_only

  2. بعد ذلك، لا يزال لدي لافتة “للقراءة فقط” على الصفحة الرئيسية.

لذلك، لم يتم حل المشكلة بعد…

“[quote="Dje4321, post:3, topic:72242, username:dje4321"]\nDiscourse.disable_readonly_mode(Discourse::USER_READONLY_MODE_KEY)\n[/quote]\n\n… حسنًا ، يمكنني حل هذا الآن بمعلومات سطر أوامر rails c.\nولكن على أي حال ، يجب تحسين هذا: على سبيل المثال ، يمكن أن يكون هناك عنوان URL خاص لتسجيل الدخول برمز مميز للسماح بعمليات المسؤول من واجهة المستخدم حتى في وضع القراءة فقط.”

تم إغلاق هذا الموضوع تلقائيًا بعد 2426 يومًا. لم يعد الرد على المواضيع الجديدة مسموحًا به.