Migrating from the Software Risk Manager Native Installer to Docker Compose
Refer to the sections below to migrate your data from a system created by the Software Risk Manager Installer to your Docker Compose instance. The version you are running with Docker Compose must equal the version number of the system whose data you want to migrate. If necessary, upgrade your systems to a matching version.
Prerequisites
The Software Risk Manager migration script depends on PowerShell Core, which can be installed on macOS, Linux, and Windows. However, the target system you're migrating data to should have successfully gone through the installation process.
Windows Prerequisites
Ensure you can run PowerShell Core scripts on Windows by switching your PowerShell
Execution Policy to RemoteSigned
(recommended) or
Unrestricted
. You must run the Set-ExecutionPolicy
-ExecutionPolicy RemoteSigned
command from an elevated/administrator Command
Prompt.