Skip to content

The script is used to migrate from Apex One to Cloud One

Notifications You must be signed in to change notification settings

fham2/C1_migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

C1_migration

  1. This project requires external files I will not include in the repo, please see instructions below.
  2. You need to include all these files in the SAME folder/directory in order for this script to work.
  3. Requires Cloud One deployment script (Windows script ONLY).
  4. Requires the SCUT tool (SCUT.exe & SCUT.exe.config) to remove Apex One.
  5. Requires admin privileges.
  6. This script will force a restart on the machine if the SCUT.exe tool executes successfully.
  7. This script will automatically determine if Apex One is present and if it's not it will install Cloud One. If Cloud one is already installed it will stop. This script is designed to be placed in a startup script or task scheduler on Windows but can also just be executed manually.
  8. WORKFLOW: Run script once, removes apex and restarts. Run script again after restart and it will install Cloud One. You can't break anything with this because it's already programmed to handle any situation on its own.
  9. Line 24 contains the SCUT.exe that is being called it should always be called this even with your own copy, but in case the name changes please make sure they match here.
  10. Line 47 is is the name of your Cloud One script to be ran. Please re-name your script like the one shown here "C1_install.ps1" or change the name here to the name of your Cloud One deployment script. The script automatically dumps the log file into the directory its running out of in case of errors.

About

The script is used to migrate from Apex One to Cloud One

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published