diff --git a/home/server-maintenance.html b/home/server-maintenance.html index df0c68d..09abdd2 100644 --- a/home/server-maintenance.html +++ b/home/server-maintenance.html @@ -2,7 +2,7 @@ title: Server Maintenance description: Guides, tips and tricks on how to configure and take care of a BeamMP Server. published: true -date: 2022-12-22T09:23:49.906Z +date: 2023-12-10T10:22:08.351Z tags: editor: ckeditor dateCreated: 2021-06-20T08:48:03.720Z @@ -212,16 +212,19 @@
Whenever a new update is released, you're advised to update your server. Usually this involves bug fixes, stability improvements and security improvements, next to the general new features etc. that are introduced.
To receive news about updates when they come out, either follow the discord server's “update” channel, look out for it on the forums, or look at / ask the GitHub releases page.
If you are using a BeamMP partnered hosting provider, the instructions below likely won't work. We recommend waiting for more details from your hosting provider, or contacting them for assistance.
+The server is updated by replacing the old executable with the new one. If you are unsure how to do this, there are step-by-step instructions for Windows and Linux below.
If you built from source, you just rebuild. Make sure to run git submodule update --init --recursive
before you rebuild.
BeamMP-Server.exe
. We will call this one the “new executable”.BeamMP-Server.exe
executable is located (same folder where your ServerConfig.toml
is, usually). We will call this one the “old executable”.BeamMP-Server-linux
. We will call this one the “new executable”.