There are some steps to upgrade the build.


  • First we need to Pause all DR Policy, if they are running.
  • If any sync is going on , then pause this on the dashboard.
  • Make sure all DR Policies and syncs are paused.
  • Then we need to stop the SWIFT with below command.
    • swiftadm stop all
  • Give executable permission to the build
    • chmod +x <build>
  • Then upgrade the provided SWIFT build with below command.
    • /tmp/<swift_build> (if your build is in /tmp dir)
  • Once you have finished the upgradation , then you can check all services are running properly or not with below command.
    • swiftadm status all
  • You can check if the correct SWIFT version has been upgraded or not. Please follow below command.
    • sc swift show
  • Then resume all DR Policies and syncs which was Paused.