Skip to content

Commit

Permalink
Merge pull request #302 from smashyalts/master
Browse files Browse the repository at this point in the history
Add PalWorld update guide! :D
  • Loading branch information
articbloom authored Jan 28, 2024
2 parents 5bf736e + 45cb5f9 commit a1a2628
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
18 changes: 18 additions & 0 deletions docs/games/palworld/update.md
Original file line number Diff line number Diff line change
@@ -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!
7 changes: 6 additions & 1 deletion embeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!'
Expand Down
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ module.exports = {
type: 'category',
label: 'Palworld',
items: [
'games/palworld/config'
'games/palworld/config',
'games/palworld/update'
]
},
{
Expand Down

0 comments on commit a1a2628

Please sign in to comment.