3.0 coming?
-
@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:
-
-