Commandline installation of SQL Clone Agent
Hello,
I am trying to automate SQL Clone Agent installation.$
I have downloaded the setup exe from SQL Clone Server and now I am trying to figure out if I can run it in silent mode ans simply pass the service account and pwd as parameters to installer.
Unfortunately I am unable to find any documentation about how to run the installer via command line. All I can find is this article https://documentation.red-gate.com/clone3/getting-started/installation/installing-an-agent-to-create-a-clone
Does anyone know if it is possible to run SingleUseSQLCloneAgentInstaller.exe in silent mode from command line?
I am trying to automate SQL Clone Agent installation.$
I have downloaded the setup exe from SQL Clone Server and now I am trying to figure out if I can run it in silent mode ans simply pass the service account and pwd as parameters to installer.
Unfortunately I am unable to find any documentation about how to run the installer via command line. All I can find is this article https://documentation.red-gate.com/clone3/getting-started/installation/installing-an-agent-to-create-a-clone
Does anyone know if it is possible to run SingleUseSQLCloneAgentInstaller.exe in silent mode from command line?
Tagged:
Best Answers
-
Russell D Posts: 1,324 Diamond 5There are some undocumented options - the reason being they are subject to change at any time, so we don't really support this.
That said, try <span>.\SingleUseSQLCloneAgentInstaller.exe -s SERVICEUSERNAME=MYDOMAIN\MyAgentUser SERVICEPASSWORD=MyPassword</span>
Have you visited our Help Centre? -
Russell D Posts: 1,324 Diamond 5Oh my mistake it has been documented now: https://productsupport.red-gate.com/hc/en-us/articles/360007656754-Silent-Install-Clone-AgentHave you visited our Help Centre?
Answers
/Jakob