##// END OF EJS Templates
feat(stack-upgrade): change order of upgrade, sshd code should go before svn for faster upgrade
super-admin -
Show More
@@ -3599,12 +3599,12 b' rcstack_stack_upgrade_rhodecode_command() {'
3599 3599 # RHODECODE Containers
3600 3600 stop_containers "rhodecode" $docker_stop_wait $stop_wait
3601 3601
3602 # SVN Containers
3603 stop_containers "svn" $docker_stop_wait $stop_wait
3604
3605 3602 # SSHD Containers
3606 3603 stop_containers "sshd" $docker_stop_wait $stop_wait
3607 3604
3605 # SVN Containers
3606 stop_containers "svn" $docker_stop_wait $stop_wait
3607
3608 3608 ./$RC_SCRIPT_NAME stack rhodecode up celery --force-recreate --detach
3609 3609 ./$RC_SCRIPT_NAME stack rhodecode up celery-beat --force-recreate --detach
3610 3610
General Comments 0
You need to be logged in to leave comments. Login now