Bonjour a tous,
je suis en train d’installer redmine sur mon serveur debian 9 .
je rencontre un problème au moment de charger la configuration par défaut.
Error: Mysql2::Error: Unknown column 'roles.builtin' in 'where clause': SELECT 1 AS one FROM `roles` WHERE `roles`.`builtin` = 0 LIMIT 1
Default configuration data was not loaded.
j’ai vu une possible solution en modifiant une variable d environement sur ce topic: http://www.redmine.org/boards/2/topics/52931
Probleme je ne sais pas modifier la variable d environement en question:
I could solve this myself. In the shell envinronment the variable $VERSION was defined with value 12 (due to SLES 12). This makes the redmine install script stop after the first 12 migration tasks. I figured this out when I saw that one could give "VERSION=.." as parameter to the rake call.
So unsetting the variable solved the problem.
Si quelqu’un pouvait me donner la commande pour désactiver la variable d environnement sa serai formidable.
Merci d’avance