You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release contains significant infrastructure changes including an updated Payara installation, MQTT integration for notifications, new notification database tables, and updated search stored procedures.
3
+
4
+
## UI Improvements
5
+
- Cleaned up the add log entry dialog by removing unnecessary labels, resulting in a wider text area while keeping the dialog size the same
6
+
7
+
# Update Instructions
8
+
9
+
## 1. Pre-Migration: Stop Services and Backup
10
+
```bash
11
+
source setup.sh
12
+
./etc/init.d/cdb-glassfish stop
13
+
make backup
14
+
```
15
+
16
+
## 2. Update Source Code
17
+
Pull or download the 2026.3 release, then reload the environment:
18
+
```bash
19
+
source setup.sh
20
+
```
21
+
22
+
## 3. Reinstall Payara
23
+
The Payara installation script has been updated to create a production domain with improved security defaults, keystore configuration, and JVM options.
mysql logr --host=127.0.0.1 --user=logr -p < db/sql/updates/updateTo2026.3.sql
45
+
```
46
+
This migration adds notification tables, handler configuration tables, and updated search stored procedures.
47
+
48
+
## 6. Configure MQTT (New in 2026.3)
49
+
MQTT integration enables real-time notification features. An MQTT broker service (e.g. Mosquitto) must be running and accessible before configuring MQTT.
50
+
51
+
```bash
52
+
# Create MQTT configuration interactively (saves to $LOGR_INSTALL_DIR/etc/mqtt.conf)
0 commit comments