Single Server Upgrade
Ensure you are in the same directory used during installation.
In order to update the GameBench enteprise version, run the following command:
# Generate gamebench.toml, docker-compose.yml, nginx.conf
./gbctlv2 generate-configYou’ll encounter a prompt like this:
Version
GameBench Enterprise version
(Default: v2.1.0) (Current: v2.0.0)
...Enter the desired version to upgrade to.
Alternatively, you may set the version in the gamebench.toml file manually and then run ./gbctlv2 generate-config --no-interaction.
# Recreate containers with the new configuration
COMPOSE_PROJECT_NAME=gamebench docker-compose up -dLast updated on