Merge pull request #54524 from aanderse/redmine
redmine: add missing 'migrate' command prior to starting the application
This commit is contained in:
commit
423e26a1c5
@ -292,6 +292,7 @@ in
|
|||||||
# execute redmine required commands prior to starting the application
|
# execute redmine required commands prior to starting the application
|
||||||
# NOTE: su required in case using mysql socket authentication
|
# NOTE: su required in case using mysql socket authentication
|
||||||
/run/wrappers/bin/su -s ${pkgs.bash}/bin/bash -m -l redmine -c '${bundle} exec rake db:migrate'
|
/run/wrappers/bin/su -s ${pkgs.bash}/bin/bash -m -l redmine -c '${bundle} exec rake db:migrate'
|
||||||
|
/run/wrappers/bin/su -s ${pkgs.bash}/bin/bash -m -l redmine -c '${bundle} exec rake redmine:plugins:migrate'
|
||||||
/run/wrappers/bin/su -s ${pkgs.bash}/bin/bash -m -l redmine -c '${bundle} exec rake redmine:load_default_data'
|
/run/wrappers/bin/su -s ${pkgs.bash}/bin/bash -m -l redmine -c '${bundle} exec rake redmine:load_default_data'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user