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!
-
-
-
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:
-
-