Rebuilding gives db:migrate error due to broken plugin

Hi,

I want to connect the discourse with a separate a postgre SQL server. I have created a database server in Azure and I have followed the same steps that are mentioned in the below link.

I am getting the below error when I am rebuilding the app. The forum also went down.

Can someone please help me on this issue?

Please let me if you need any further information.

Discourse_Error_Logs.txt (53.7 KB)

1 Like

What version of postgres are you using? I think that 12 is required. 13 is recommended.

1 Like

PostgreSQL version: 13.4

1 Like

https://github.com/liip/discourse-multilingual-support is a broken plugin.

I, [2022-03-07T10:24:30.440910 #1]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
rake aborted!
LoadError: cannot load such file -- single_sign_on
...
/var/www/discourse/plugins/discourse-multilingual-support/plugin.rb:18:in `block (2 levels) in activate!'
...
3 Likes

It works !!! :slightly_smiling_face:. Thank you so much for replying me quickly to fix this issue.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.