Overview
All local database users from the old Kerio Control appliance are required to be exported to a newly deployed Kerio Control. Standard import from the old backup procedure is not a suitable option, because the configuration like Traffic Rules, etc. have to be created from scratch.
This article describes the process to export all such local database users from the old Kerio Control appliance to the new one.
Information
Requirements
Access to Kerio Control Webadmin and SSH console.
NOTE: This procedure is applicable both for Hardware box and Software/Virtual appliance
Process
- Log in to the old Control appliance using SSH.
- Back up your default
UserDB.cfg
- It is located in the
/var/winroute
folder.
- It is located in the
- Use SCP (Secure Copy Protocol) to transfer the file to your local PC.
- It is recommended to take a backup from your new appliance before applying any of these changes.
- It is recommended to take a backup from your new appliance before applying any of these changes.
- Log in to the new Control appliance using SSH.
- Modify the writing permissions of the nex Appliance using the following command:
mount -o rw,remount /
- Replace
UserDB.cfg
with the file pulled from the old appliance. You can also use SCP. - Reboot the appliance using the command:
reboot
Confirmation
The old users will be seen in the new appliance now.