Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 1.9 KB

File metadata and controls

87 lines (56 loc) · 1.9 KB

2026-01-05

Since version 0.0.19e, backend tt type "mongo" renamed to "internal" (need modify server/config/config.json)

2025-11-08

Since version 0.0.18c, rbt/install/systemd/mongodb.service renamed to mongod.service (check your /etc/systemd/system folder)

2025-10-31

Since version 0.0.17, backend dvr_export renamed to dvrExports (need modify server/config/config.json)

Since version 0.0.17, backend issue_adapter renamed to issueAdapter (need modify server/config/config.json)

2025-09-03

Since version 0.0.15, server configs "max_allowed_tokens" and "token_idle_ttl" moved from "redis" section to "backends->authentication" section

2025-08-14

Do

rm /opt/rbt/version
rm /opt/rbt/client/version.app

ONCE before updating to versions 0.0.11+ (to avoid git conflicts), and

php /opt/rbt/server/cli.php --init-db
ln -sf /opt/rbt/version /opt/rbt/client/version.app

ONCE after updating

2025-04-11

You will need to update mongodb php library and driver

find /usr/lib/php/ | grep mongodb.so | xargs rm
pecl install -f mongodb
cd /opt/rbt/server
composer update

2025-03-20

The deprecated syslog service has been removed from the project. You should now use the event service.

2025-02-07

Use global composer as dependency manager

Please install dependencies:

cd /opt/rbt/server
composer install

Sometimes updating php mongodb required:

find /usr/lib/php/ | grep mongodb.so | xargs rm
pecl install -f mongodb

Restart php-fpm:

systemctl restart php<PHP_VERSION>-fpm

2024-12-26

New mechanism for setting up motion detection zones. New detection zones need to be configured on all cameras after updating!

2024-10-12

YAML configs support for both (client and server) is now deprecated and will be removed soon

2024-08-30

asterisk config's tree moved from /opt/rbt/install/asterisk to /opt/rbt/asterisk