3.0 coming?
-
-
@nebulon said in 3.0 coming?:
Indeed that is out, however by now Discourse for some reason requires Redis 7 already! https://github.com/discourse/discourse#development
@nebulon Do you know at this point if this is going to be a blocker to deploying the update? I'm looking to deploy a new Discourse installation, but might reconsider if you feel that his might be.
-
@nebulon said in 3.0 coming?:
@JLX89 for a start we have to update Redis on Cloudron to v7, which will be done at some point, but there is no scheduled date for that yet. Such updates require much testing with apps relying on Redis to check compatibility.
@nebulon thank you -- completely understand and appreciate the work you and the team have put into everything!
-
@hollosch yes, but this still requires Cloudron 7.5 first. Redis is upgraded now and we are testing all the other apps with Redis 7. https://forum.cloudron.io/topic/9180/what-s-coming-in-7-5/5 . I have no ETA but will keep this thread updated.
-
@hollosch Can confirm it's working now with redis 7.
-
-
almost there, we had a bug in Haraka which was just fixed yesterday (see comments) - https://github.com/haraka/Haraka/pull/3199
-
@eddowding yes, 7.5 is out now (just 2 days back). So, that has redis 7. We are just updating Discourse to 3 now.
-
Discourse is out now . It's a major release and has a LOT of changes - new ubuntu, new ruby, major discourse . I recommend trying the update in a cloned installation first to see what needs to be done instead of applying it in place.
-
I needed to comment out a number of lines in the
site_settings.yml
file before Discourse would finish starting up.Specifically, I commented out the following:
- users.min_username_length:
min
line andmax
line - users.max_username_length:
min
andmax
- basic.categories_topics:
min
andmax
After doing this, everything appears to be running smoothly!
- users.min_username_length:
-
-