Migrating a non-swarm TGS installation to swarm mode #1580
Cyberboss
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tgstation.Server.Host.Service.exe
)kill -SIGUSR2
thedotnet
executable instance with the command line containingTgstation.Server.Host.Console.dll
. (This is the mainsystemd
PID)kill -9
thedotnet
executable instance with the command line containingTgstation.Server.Host.Console.dll
. (This is the mainsystemd
PID)Tgstation.Server.Host.Service.exe
)130
to thetgstation-server
service to get it to stop and detach (You can do this through the Services control panel).Tgstation.Server.Host.Service.exe
process.dotnet.exe
executable instance with the command line containingTgstation.Server.Host.Console.dll
orTgstation.Server.Host.Console.exe
whichever is running.appsettings.Production
with swarm settings for existing server.SwarmIdentifer
column to the migrated server's newSwarm:Identifier
configuration setting.ControllerAddress
(for inter-server communication), and all nodes must have anIdentifier
andAddress
(for inter-server communication) set and the samePrivateKey
. Refer to theREADME.md
for full documentation on the swarm system.Beta Was this translation helpful? Give feedback.
All reactions