.dist file. The output (target) is a station folder, in your
At the conclusion of the tool execution, you see these Source and Target locations listed:
09:31:37,355 INFO [migration] Completed Migration
Source:
Target:C:\Users\John\Niagara4.x\<brand>\stations\Supvsr
You can then install this migrated station into the daemon User Home of
Upon execution, the migration tool scans each folder and file in the backup recursively, and migrates each in turn as appropriate. Certain folders, such as the folder tree comprising the history database of a station, are handled separately.
.dist that are outside of the station folder, for example, properties files in the
!/lib folder, are not migrated. If you know of any that were edited from default values, and they still apply to
If desired, do this after installing the migrated station.
For each migrated artifact, the migration tool determines if a FileMigrator is registered to handle migrating that file type. If no special migrator is registered, the default migration is to simply copy the file as is from the source location to the target location.
In the case of BOG file migration, the BogMigrator opens the .bog file, and walks the XML element tree. For each element it encounters, it checks to see if there is a BogElementConverter registered to handle converting that type.