This second release candidate of PILOS v4 contains a change in the storage location of the recordings and a bug fix in the pagination.
The final release is planned for mid-September 2024.
Upgrade from v4.0.0-RC.1
Breaking Change: The storage location of the recordings has been changed from storage/app/recordings
to storage/recordings
. To avoid accidental data loss, you must:
- Stop all services/servers using the current recording storage
- Move the files to the new storage location
- Add new mount point the docker-compose.yml file
- './storage/recordings:/var/www/html/storage/recordings'
- Update the new container image
Please follow the Upgrade Guide if you update from v2/v3.
To Install this version check our Getting Started Guide
Changed
- Storage path of recording files by @SamuelWei in #1335
- Updated locales in #1334
Fixed
- Wrong pagination page after loading error by @SamuelWei in #1325
- Shellcheck issues in pilos-cli by @pizkaz in #1336
Full Changelog: v4.0.0-RC.1...v4.0.0-RC.2