We upgraded to the latest Discourse build; no major plugin installed, other than the fact we have a subdirectory install.
The error I am seeing in the logs is the following:
failed to handle exception in exception app middleware : PG::UndefinedColumn: ERROR: column categories.suppress_from_homepage does not exist
Is there some known issue?
(Edited this as before I thought it was a subdir error)
1 Like
Still investigating this, as it seems to happen only in one of the two forums I upgraded.
I have created that column via psql for now and that brought the forum back online - unfortunately I am not familiar with when/if that column was removed.
michaeld
(Michael - Communiteq)
March 8, 2018, 9:05pm
3
Run db:seed_fu after the import, that will fix it.
Not too fond of this delayed-drop column mechanism, it haunted us too many times…
2 Likes
Thank you Michael, this has helped! Also for the future!
1 Like
riking
(Kane York)
March 8, 2018, 9:43pm
5
Looks like it was very recently:
New features in 2.0.0.beta4
Two Factor Authentication via TOTP
Thanks to community contributor @awole20 we now support Two Factor Authentication on Discourse!
Two Factor Authentication can be enabled from a user’s preferences page.
[image]
After verifying their password a user is prompted to scan the QR code via a supported app on their mobile device.
[image]
After enabling Two Factor Authentication all existing login sessions are invalidated (you’ll need to log into all browsers again). …
Heading “Suppress category from latest”.
3 Likes