Standby server - j5 - 30 - Installation & Upgrade - Hexagon

j5 Installation and Upgrade

Language
English
Product
j5
Search by Category
Installation & Upgrade
j5 Version
30

The following script copies the j5 system files, excluding the log files, back from the standby server to the production server, following a failover:

robocopy c:\ProgramData\j5\data \\PRODUCTIONSERVER\ProgramData\j5\data /e /z /np /copyall /xc /xn /fp /log+:j5restorelog.txt

robocopy c:\j5_attachments \\PRODUCTIONSERVER\j5_attachments /e /z /np/copyall /xc /xn /fp /log+:j5attachmentsrestorelog.txt

  • /xn: exclude files on the destination with a newer time stamp than the source - to prevent accidentally over writing newer production files (only used on failback).

This can be saved as a command script, which must be run manually when returning to the production server following a failover to the standby server.