أنا مستضاف ذاتيًا ولدي 3 من الإضافات التي تم نقلها مؤخرًا إلى النواة.
خطوات الترقية الخاصة بي:
- تم تحرير
containers/app.ymlوإزالة الأسطر الخاصة بالإضافات الثلاث (data-explorer، solved، assign) cd /var/discoursesudo ./launcher rebuild app
إعادة البناء تستغرق 5 دقائق المعتادة وتبدو أنها تكتمل بشكل طبيعي.
ومع ذلك، عندما أحاول الاتصال بالموقع، لا أتلقى أي استجابة.
الأسطر القليلة الأخيرة في /var/discourse/shared/standalone/log/rails/production.log هي:
Booted Rails 8.0.3 application in production environment
Running in ruby 3.3.8 (2025-04-09 revision b200bad6cd) [x86_64-linux]
See LICENSE and the LGPL-3.0 for licensing details.
Upgrade to Sidekiq Pro for more features and support: ``https://sidekiq.org
Sidekiq 7.3.9 connecting to Redis with options {:size=>5, :pool_name=>“default”, :host=>“localhost”, :port=>6379, :db=>1, :url=>nil}
Sidekiq 7.3.9 connecting to Redis with options {:size=>10, :pool_name=>“internal”, :host=>“localhost”, :port=>6379, :db=>1, :url=>nil}
Sidekiq 7.3.9 connecting to Redis with options {:size=>10, :pool_name=>“internal”, :host=>“localhost”, :port=>6379, :db=>1, :url=>nil}
Sidekiq 7.3.9 connecting to Redis with options {:size=>10, :pool_name=>“internal”, :host=>“localhost”, :port=>6379, :db=>1, :url=>nil}
Sidekiq 7.3.9 connecting to Redis with options {:size=>10, :pool_name=>“internal”, :host=>“localhost”, :port=>6379, :db=>1, :url=>nil}
Sidekiq 7.3.9 connecting to Redis with options {:size=>10, :pool_name=>“internal”, :host=>“localhost”, :port=>6379, :db=>1, :url=>nil}
الأسطر القليلة الأخيرة في /var/discourse/shared/standalone/log/rails/unicorn.stderr.log هي:
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/message_bus-4.4.1/lib/message_bus/backends/redis.rb:291:in global_subscribe' /var/www/discourse/vendor/bundle/ruby/3.3.0/gems/message_bus-4.4.1/lib/message_bus.rb:769:in global_subscribe_thread’
/var/www/discourse/vendor/bundle/ruby/3.3.0/gems/message_bus-4.4.1/lib/message_bus.rb:740:in `block in new_subscriber_thread’
unknown OID 23281: failed to recognize type of ‘embeddings’. It will be treated as String.
لقد حاولت أيضًا إعادة البناء للمرة الثانية وما زال الأمر لا يعمل.
أي فكرة عما يحدث؟