SPADS_update_procedure_for_new_Spring_version - beyond-all-reason/springrts_engine_wiki_mirror GitHub Wiki
This document describes how to (re)configure SPADS regarding Spring version.
Enabling/disabling Spring version auto-management in SPADS
Enabling Spring version auto-management
- set the autoManagedSpringVersion value in spads.conf to the desired Spring version or release (examples: "103.0", "103.0.1-1359-gdc09042", "testing")
- empty the unitsyncDir and springServer values in spads.conf
- set the springServerType value to "dedicated" or "headless" in spads.conf (according to the type of Spring server you want to use)
- remove any directory containing Spring base content from the springDataDir values in spads.conf
- restart SPADS
Disabling Spring version auto-management
- empty the autoManagedSpringVersion value in spads.conf
- set the unitsyncDir and springServer values in spads.conf to the corresponding paths for the desired Spring version
- empty the springServerType value in spads.conf
- add the Spring data directory containing the base content of the desired Spring version to the springDataDir values in spads.conf
- restart SPADS
Changing Spring version in SPADS
Changing Spring version when auto-management is enabled
- update the autoManagedSpringVersion value in spads.conf to the new desired Spring version or release (examples: "103.0", "103.0.1-1359-gdc09042", "testing")
- restart SPADS
Changing Spring version when auto-management is disabled
- update the unitsyncDir, springServer and springDataDir values in spads.conf to the corresponding paths for the new Spring version if needed
- restart SPADS
NOTOC