feat(legacy): change logrotate config deploy path
BREAKING: the legacy logrotate config filepath was changed from `/etc/logrotate.d/airtime-php` to `/etc/logrotate.d/libretime-legacy`
This commit is contained in:
parent
f58e51ec84
commit
21ab07eff8
2 changed files with 10 additions and 1 deletions
|
@ -46,6 +46,15 @@ sudo apt purge \
|
|||
uwsgi-plugin-python3
|
||||
```
|
||||
|
||||
### Logrotate config filepath
|
||||
|
||||
The legacy logrotate config filepath was changed from `/etc/logrotate.d/airtime-php` to `/etc/logrotate.d/libretime-legacy`. The old configuration file must be removed:
|
||||
|
||||
```bash
|
||||
# Remove the configuration file
|
||||
sudo rm -f /etc/logrotate.d/airtime-php
|
||||
```
|
||||
|
||||
### New configuration schema
|
||||
|
||||
The configuration schema was updated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue