问题调试
https://www.xxxx.chat/sidekiq/
(任务看板)
https://www.xxxx.chat/logs/
(日志看板)
https://www.xxxx.chat/safe-mode
/(进入安全模式)
删除重复值
./launcher enter app
(进入容器)
rails c
(进入控制台)
result = ActiveRecord::Base.connection.execute("SELECT * FROM post_hotlinked_media WHERE post_id = 67") (查询重复值)
PostHotlinkedMedia.where(post_id: 67, url: 'bd419e11ddca94e73e9511cd77845384').first.destroy(删除重复值)
修改域名
./launcher enter app
(进入容器)
discourse remap www.old.com www.new.com
(更换域名)
rake posts:rebake
(重新编译)
推荐意见