To upgrade from version 1.1.x to version 1.2, you will need to make a small change to the database. Connect to your MySQL server as a user with ALTER privileges and select the SDMS database. Then run the following query: ALTER TABLE `documents_log` ADD `address` VARCHAR(128) NOT NULL; Done! The logs will now include the hostname of whomever downloaded a document.