...
- Force a backup.
- Copy the backup to new server.
- Create a hostfile entry for DNS resolution.
- Install FileFly tools as a restore.
You can migrate Migrate a FileFly tools server by doing performing a fresh install of FileFly tools and restoring from a recent backup file. The first thing to do is to locate the backup and take a fresh one. As a best practice these backup files should be backed up or written to swarm regularly if there are regular changes to the FileFly environment.
- To get to the backup section of the FileFly server, open the Settings (gear icon) at the far right:
- In the Settings, scroll to the Configuration Backup section. Note Record the path where backups will be are saved, as well as the option to Force Backup Now:
- The backup includes config DrTool files, log dumps, and other configuration information, so it may be quite large if you are migrating a lot of data. If needed, configure the backup options to write to a different location.
- After forcing a backup my the new backup will appear appears in the window once it is complete.
- In File Explorer, browse to the backup folder and locate the new backup:
- Copy the file to the Destination server, as you will be are prompted for it on install.
- Next is configuration of the destination server and installation of the FileFly tools on it. First, edit the hostfile so that the FileFly tools server can be installed.
A quick way to do this is to right-click PowerShell and open as an administrator then navigate toC:\windows\system32\drivers\etc\hosts
- Edit it in a text editor to point name resolution for the FileFly server to the localhost, in this case, filefly.ecorp.com:
- Once that change is saved, install of FileFly Tools.
- Click next past the first two screens until you get to this one:
- Choosing Restore from Backup will prompt prompts you to upload the backup file:
- In the background then is an extraction and check of the files and DNS names.
- If all of this passes the installer will continue continues and completecompletes.
- From the new machine, open the Admin Portal and Retire the older server, if it is standalone.
- Update the DNS record to reflect the changes, and remove the hostfile entry.
...