mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-08 19:32:30 +01:00
Fix restart.md links
This commit is contained in:
parent
7c114854ff
commit
8490371da1
@ -2,17 +2,17 @@
|
||||
|
||||
Fosscord-server must restart in the following cases:
|
||||
|
||||
* The .env file or config (database or [CONFIG_PATH](configuration/env.md)) has changed.
|
||||
* The .env file or config (database or [CONFIG_PATH](/setup/server/configuration) has changed.
|
||||
* Files in the `client_test`, `preload-plugins` folders of inside `assets` have changed.
|
||||
* Files inside `src` have changed (*remember to `npm run build`*).
|
||||
* The `assets/schemas.json` file has changed.
|
||||
* The [RabbitMQ](configuration/rabbitmq.md) connection has been lost.
|
||||
* The [RabbitMQ](/setup/server/configuration/rabbitmq) connection has been lost.
|
||||
|
||||
For all other cases, you do not need to restart the server. For example:
|
||||
|
||||
* Running `npm run generate:client`
|
||||
* Running `npm run generate:changelog`
|
||||
* Editing any table in the database other than `config`. For example, to edit a `users` [`rights`](security/rights.md)
|
||||
* Editing any table in the database other than `config`. For example, to edit a `users` [`rights`](/setup/server/configuration/rabbitmq)
|
||||
* Database connection was lost (this should auto reconnect)
|
||||
|
||||
This is not an exhaustive list. If a change you made is not applied, the first thing you should try is restarting.
|
Loading…
Reference in New Issue
Block a user