diff --git a/docs/games/palworld/update.md b/docs/games/palworld/update.md new file mode 100644 index 00000000..216092ad --- /dev/null +++ b/docs/games/palworld/update.md @@ -0,0 +1,18 @@ +--- +id: update +title: Updating server +hide_table_of_contents: true +description: Learn how to update your server to the latest version of Palworld +--- + +## Palworld Updating server +# Method 1 +Restarting the server. +Server should auto update on restarts, if it doesn't follow Method 2 + +# Method 2 +First, stop your server. Then, go to the [Backups](/using_the_panel/backups) tab. +Make a backup just incase something goes wrong, after that go to Settings tab, click Reinstall. + + +Server should now start up with the latest version! diff --git a/embeds.yml b/embeds.yml index ac93f2cf..e60b811b 100644 --- a/embeds.yml +++ b/embeds.yml @@ -286,7 +286,12 @@ palworld: description: |+ To change your config on your Palworld server, follow the steps [in our guide](https://docs.bloom.host/games/palworld/config)! - +palworldupdate: + aliases: [ 'palupdate' ] + title: 'How to update your server to the latest version of Palworld' + description: |+ + To update your server to the latest version of Palworld, follow the steps + [in our guide](https://docs.bloom.host/games/palworld/update)! rate: aliases: [ 'support' ] title: 'Rate Bloom.host!' diff --git a/sidebars.js b/sidebars.js index a39f5190..eec538cb 100644 --- a/sidebars.js +++ b/sidebars.js @@ -104,7 +104,8 @@ module.exports = { type: 'category', label: 'Palworld', items: [ - 'games/palworld/config' + 'games/palworld/config', + 'games/palworld/update' ] }, {