mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-06-16 22:54:12 +00:00
`orama node upgrade --node <ip> --with-ntfy --restart` parsed the flag locally but `upgradeNode()` ran a hardcoded `orama node upgrade --restart` on the remote — dropping --with-ntfy, --nameserver, --force, and --skip-checks on the floor. The remote orchestrator then read the SAVED preference (or default false for nameserver/ntfy), so operator overrides like enabling ntfy on a nameserver were silently ignored. Bug surfaced in devnet today: running --with-ntfy reported success but ntfy was never installed. Fix forwards the four passthrough flags to the remote command, preserving the tri-state semantics for the pointer flags (nil = honor saved preference; non-nil = explicit override). VERSION bumped to 0.122.15.
2 lines
9 B
Plaintext
2 lines
9 B
Plaintext
0.122.15
|