diff options
Diffstat (limited to 'docs/database-keeping-the-server-up-to-date.md')
| -rw-r--r-- | docs/database-keeping-the-server-up-to-date.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/database-keeping-the-server-up-to-date.md b/docs/database-keeping-the-server-up-to-date.md new file mode 100644 index 0000000..17c5771 --- /dev/null +++ b/docs/database-keeping-the-server-up-to-date.md @@ -0,0 +1,31 @@ +# Database Keeping the Server Up-to-Date + +| Installation Guide | | +| :- | :- | +| This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | +| [<< Step 6: Final Server Steps](final-server-steps.md) | [Step 8: Client Setup >>](client-setup.md) | + +1. First make sure that your core is [up-to-date](keeping-the-server-up-to-date.md). + +1. Run db_assambler.sh and select **import-updates: Assamble & Import only updates**. + + 1. For Linux and macOS users run this command: + + ``` + bash apps/db_assembler/db_assembler.sh + ``` + +<br> + +## Help + +If you are still having problems, check: + +* [How to ask for help](How-to-ask-for-help.md) + +* [Join our Discord Server](https://discord.gg/gkt4y2x), but it is not a 24/7 support channel. A staff member will answer you whenever they have time. + +| Installation Guide | | +| :- | :- | +| This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | +| [<< Step 6: Final Server Steps](final-server-steps.md) | [Step 8: Client Setup >>](client-setup.md) | |
