Upgrading to X.Y.Z

May 5, 2026 ยท View on GitHub

Make sure you have a current backup of your database and files before upgrading.

Table of Contents

Summary of Changes

Feature Area One

  • Summary bullet.

Feature Area Two

  • Summary bullet.

Feature Area One

Describe the change in full. What did it do before? What does it do now? Why does that matter to the sysop or user?

If a database migration is applied automatically by php scripts/setup.php, say so here.

Feature Area Two

Describe the change in full.

Upgrade Instructions

From Git

git pull
php scripts/setup.php
scripts/restart_daemons.sh

Using the Installer

Download the latest installer from the BinktermPHP website and run it. The installer handles file replacement, runs setup, and restarts all daemons automatically โ€” no manual steps required.