4.4. Upgrading VoltDB Software

Documentation

VoltDB Home » Documentation » Administrator's Guide

4.4. Upgrading VoltDB Software

Finally, as new versions of VoltDB become available, you will want to upgrade the VoltDB software on your database cluster. The steps for upgrading the VoltDB software on a database cluster are:

  1. Place the database in admin mode (voltadmin pause).

  2. Perform a manual snapshot of the database (voltadmin save).

  3. Shutdown the database (voltadmin shutdown).

  4. Upgrade VoltDB on all cluster nodes.

  5. Start a new database using the voltdb create option and starting in admin mode (specified in the deployment file).

  6. Restore the snapshot created in Step #2 (voltadmin restore).

  7. Return the database to normal operations (voltadmin resume).