Migration to Passwork 7
...
Passwork update to version 6.5
Manual updates
Linux
13min
obtaining the latest passwork version go to the customer portal ; authorise on the customer portal with your email address; in the bottom left corner, click on the update → manual tab and download the latest passwork version in zip format move the zip archive to a physical/virtual server with passwork creating a backup and configuration file creating a backup to create a mongodb backup, you can use the following instructions — examples of creating and restoring mongodb backups docid\ p7lbrxvlncu0jzcicdejn if passwork is installed on a virtual or cloud based operating system, we recommend creating a restore point so that you can quickly roll back in case of errors creating a copy of the configuration file the main passwork parameters are specified in the config ini configuration file create a copy of the file and save it in a separate or root directory of the user cp /var/www/app/config/config ini / updating the passwork code and creating an archive of the old version code update rename the root directory with the passwork code mv /var/www /var/copy www create a www directory mkdir /var/www extract the latest version of the passwork code to /var/www/ unzip /passwork xxxxxx zip d /var/www/ check the extracted passwork version cat /var/www/version move the config ini configuration file and license key from the old version mv /var/copy www/app/config/config ini /var/www/app/config/ mv /var/copy www/app/keys/passwork /var/www/app/keys/ creating an archive of an old version create a passwork archive with the version name in zip format in the /opt/ directory version=$(cat /var/copy www/version) && zip r /opt/${version} zip /var/copy www/ delete the renamed directory with the old version of passwork rm rf /var/copy www assigning an owner and setting rights after creating the /var/www/ directory, you need to change the directory owner and set permissions for the apache web server deb based linux (debian, ubuntu, etc ) find /var/www/ type d exec chmod 755 {} \\; find /var/www/ type f exec chmod 644 {} \\; chown r www data\ www data /var/www/ rpm based linux (centos, redhat, etc ) find /var/www/ type d exec chmod 755 {} \\; find /var/www/ type f exec chmod 644 {} \\; chown r apache\ apache /var/www/ passwork update to version 6 5 docid\ jtxqa8355ecj3msn0qrew initial data migration docid\ f0t8dwhkgabf6yezhwrah