Note: An update from Lucy 4.2 to the version 4.3 is not possible. The update requires a new installation and a migration of the data using the steps provided in this guide. If you dont have any data to migrate, you can simply download (https://lucysecurity.com/download/) and re-install LUCY and then provide us with your workstation ID in case you have a commercial license.
A PDF version of this guide is available here.
Caution: All campaigns must be stopped before the update.
Caution: Do not terminate the server with Lucy 4.2 after upgrading to the latest version. Leave it alive until you are completely sure that all data has been restored to the new system and that you have not lost anything.
Note: Large archives can be transferred to the new server directly through the terminal, for example, using SCP command:
cd /opt/phishing/files/backups/<id>
scp backup.tar.gz root@<IP_address_Lucy>:/srv
where,
<id> is an identification number of the backup (can be found in the link to the file);
<IP_address_Lucy> - is an IP address of the new server with the latest version of Lucy.
cd /opt/phishing/current/web/protected
./yiic restore <path_to_backup.tar.gz>
Note. The "./yiic restore" command does not display the progress of the restoration process. You can track the progress by checking the log file /opt/phishing/runtime/resque_worker.log. The event indicating the end of the restore process will appear in the log as "RestoreJob …..has finished".