feat(worker): rename service and package to libretime-worker (#2065)
BREAKING CHANGE: The `libretime-celery` python package and service was renamed to `libretime-worker`. Make sure to remove the old python package and service.
This commit is contained in:
parent
a9cd1fb3df
commit
2edbf15bf4
12 changed files with 35 additions and 21 deletions
|
@ -38,6 +38,18 @@ Along with the Debian Buster deprecation, the following dependencies versions ar
|
|||
|
||||
## :arrow_up: Upgrading
|
||||
|
||||
### Worker python package and service
|
||||
|
||||
The `libretime-celery` python package and service was renamed to `libretime-worker`. Make sure to remove the old python package and service using the following command:
|
||||
|
||||
```bash
|
||||
sudo pip3 uninstall libretime-celery
|
||||
|
||||
sudo rm -f \
|
||||
/etc/systemd/system/libretime-celery.service \
|
||||
/usr/lib/systemd/system/libretime-celery.service
|
||||
```
|
||||
|
||||
## :warning: Known issues
|
||||
|
||||
The following issues may need a workaround for the time being. Please search the [issues](https://github.com/libretime/libretime/issues) before reporting problems not listed below.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue