opf/openproject-docker-compose

k8s install failed with fatal error stable 12

lspvic opened this issue · 4 comments

ArgumentError: Value for edition must be one of standard, bim but is classic
I think it is related with this commit 19269f8 add the env OPENPROJECT_EDITION=class

change OPENPROJECT_EDITION to standard

@machisuji That's true. "classic" is the wrong value for normal OpenProject. It needs to be "standard". See allowed values here https://github.com/opf/openproject/blob/d5f00b5700eae4ef06acd6277a5e718f474a40a6/config/constants/settings/definitions.rb#L347

My bad! Fixing it.

This has been fixed. Sorry for the trouble.