docs: unsure we restart service after upgrade (#1677)
This commit is contained in:
parent
f51d2460ab
commit
dca1d54174
|
@ -23,6 +23,20 @@ Follow [the install guide](./install.md#download) to download and install the ne
|
||||||
|
|
||||||
Be sure to carefully read **all** the [releases notes](../../../releases), from your current version to the targeted version, to apply upgrade or breaking changes instructions to your installation.
|
Be sure to carefully read **all** the [releases notes](../../../releases), from your current version to the targeted version, to apply upgrade or breaking changes instructions to your installation.
|
||||||
|
|
||||||
|
## Restart the services
|
||||||
|
|
||||||
|
Restart all the services to make sure all the changes are applied.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo systemctl restart \
|
||||||
|
libretime-analyzer \
|
||||||
|
libretime-api \
|
||||||
|
libretime-celery \
|
||||||
|
libretime-playout \
|
||||||
|
libretime-liquidsoap \
|
||||||
|
apache2
|
||||||
|
```
|
||||||
|
|
||||||
## Verify
|
## Verify
|
||||||
|
|
||||||
Verify that all the services are still running after the install process:
|
Verify that all the services are still running after the install process:
|
||||||
|
@ -32,8 +46,8 @@ sudo systemctl status \
|
||||||
libretime-analyzer \
|
libretime-analyzer \
|
||||||
libretime-api \
|
libretime-api \
|
||||||
libretime-celery \
|
libretime-celery \
|
||||||
libretime-liquidsoap \
|
|
||||||
libretime-playout \
|
libretime-playout \
|
||||||
|
libretime-liquidsoap \
|
||||||
apache2
|
apache2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue