Skip to content

v0.0.17

Latest

Choose a tag to compare

@mjl- mjl- released this 19 Aug 20:52
1c95876

Bug fixes

  • webmail: Clicking Send reloads the page instead of sending. A few other forms
    in the web interfaces likely have the same issue. The bug was introduced in
    v0.0.16, which started bundling javascript files with esbuild, which changes
    names of some functions, where those names were used to register event handler.
    Reported by Zr40, thanks. (5569ba0)

Update procedure

Before upgrading, do a dry-run first.

  • Make a temporary backup with the old mox version:
    ./mox-v0.0.16 backup data/tmp/testupgrade
  • Verify that all is well with the old version:
    ./mox-v0.0.16 verifydata data/tmp/testupgrade/data
  • Verify the state with the new version:
    ./mox-v0.0.17 verifydata data/tmp/testupgrade/data

With a successful dry-run, the upgrade should go smoothly. Make a new backup
again with ./mox-v0.0.16 backup data/tmp/backup (the previous backup was
modified by the dry-run, so couldn't be used to restore!), replace the binary
and restart. For further details, see
https://www.xmox.nl/faq/#hdr-how-do-i-upgrade-my-mox-installation

If you run into any problems, please create a bug report.

Downloading & compiling

See https://www.xmox.nl/install/#hdr-download.