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

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

It depends on how you trigger readonly mode.

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

Thanks

This command in rails did the trick

Discourse.disable_readonly_mode(Discourse::USER_READONLY_MODE_KEY)

لدي نفس المشكلة في أحدث إصدار من 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 خاص لتسجيل الدخول برمز مميز للسماح بعمليات المسؤول من واجهة المستخدم حتى في وضع القراءة فقط.”