Skip to content

PILOS 4.0.0-RC.2

Pre-release
Pre-release

Choose a tag to compare

@samuelwei samuelwei released this 29 Aug 14:29
· 1650 commits to develop since this release
d2fbd13

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

Fixed

Full Changelog: v4.0.0-RC.1...v4.0.0-RC.2