Upgrading From BES 5 to Binfer 6


These instructions are only for Self Managed instances of Binfer server.

Limitations when version 5 devices are connected to Binfer 6 server

  1. BES 5 clients can connect to B6 server.
  2. Existing Sync jobs will continue to work.
  3. Remote management of devices is not available.
  4. Transfer jobs sent from the device will transfer the files but the jobs will not show in the Transfer module.
  5. Devices cannot be updated from the server using the standard upgrade mechanism.

Follow these steps to upgrade BES v5 clients to v6.

  1. Download the Windows service - server/client - silent from the installers page.
  2. Extract the zip file on the server anywhere. Binfer should be able to access this location. This is the upgrade payload location.
  3. Add a new Sync job.
    • Subject: Give it name, for example B5ToB6Upgrade
    • Folder: Set the payload folder path as the location
    • binfer-b5-b6-upgrade-syncjob-summary
  4. Select devices that are to be upgraded.
    • binfer-b5-b6-upgrade-select-devices
  5. Under OPTIONS > SCRIPTJOB tab, type upgrade.bat. This is the batch file that will be executed when the entire payload is delivered.
    • binfer-b5-b6-upgrade-syncjob-scriptjob
  6. Click SAVE.
  7. All devices should eventually be upgraded. You can verify their upgrade status by clicking on top right menu > DEVICES. The latest version should show.
    • binfer-b5-b6-upgrade-syncjob-upgraded-devices
    • Click REFRESH on the top left BES 5 clients can connect to B6 server and can Sync and Transfer. area. The upgraded device should show.
  8. You can now connect to this device and manage it.

Edit upgrade5To6.bat

  1. Open the file named upgrade5To6.bat in a text editor. Review and update the paths to match the target devices' paths.
    set INSTALLPATH=C:\Binfer\LegacyClients\LegacyUpgrade5900\installdir\binfer-service
    set SYSTEMPATH="C:\Binfer\LegacyClients\LegacyUpgrade5900\installdir\system"
    set DOWNLOADPATH="C:\Binfer\LegacyClients\LegacyUpgrade5900\installdir\data"
    set PORT=5900
    
  2. Save and close the file.

Do not remove the payload location until upgrade has completed on all devices added to the job