How to upgrade to the latest WiKID version
This document explains how to upgrade to the latest two-factor authentication server from WiKID.
This document applies to all server versions: Community, Enterprise, VMware and ISO. Please start by downloading the latest RPM to the WiKID server.
First, back up the database:
# cd /root/ # tar -czvf dbbackup.tar.gz /var/lib/pgsql/data/*
If you are using VMware, then just take a snapshot or create a zip of the whole image. Then upgrade the rpms:
# rpm -Uvh wikid-...
And restart WiKID:
# wikidctl restart
