github Ozark-Connect/NetworkOptimizer v1.18.2

8 hours ago

Patch fix for the config import/export feature introduced in v1.18.0. See v1.18.0 and v1.17.0 release notes for what's new in recent versions.

Fixes

  • Config import no longer corrupts the database on restart - Importing a .nopt backup replaced the database file but left stale SQLite WAL/SHM files from the previous database. On restart, SQLite replayed the old write-ahead log against the new database, corrupting the schema and crash-looping the app.

  • Import preview shows export date in local time - The export timestamp on the import confirmation screen now displays in server-local time instead of UTC.

Installation

Windows: Download the MSI installer below

Docker:

docker compose pull && docker compose up -d

macOS (native, recommended for accurate speed tests vs Docker Desktop):

git clone https://github.com/Ozark-Connect/NetworkOptimizer.git && cd NetworkOptimizer && ./scripts/install-macos-native.sh
# or if you already have it cloned
cd NetworkOptimizer && git pull && ./scripts/install-macos-native.sh

Proxmox:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Ozark-Connect/NetworkOptimizer/main/scripts/proxmox/install.sh)"

For other platforms (Synology, QNAP, Unraid, native Linux), see the Deployment Guide.

Don't miss a new NetworkOptimizer release

NewReleases is sending notifications on new releases.