Comments
1 comment
-
This was answered in a support ticket, but I'll paste the answer below:
You will need to refer to this documentation page regarding the proper way to run it in the docker instance. https://documentation.red-gate.com/sc/using-the-command-line/using-the-command-line-on-linux
Specifically this portion:- Our license can be found at https://www.red-gate.com/support/license/. You will need to indicate that you accept it with the
/IAgreeToTheEULA
switch.
docker run --rm --interactive --tty \ <br> redgate/sqlcompare:14 /IAgreeToTheEULA \ <br> /s1:my-server\\sql2019 /db1:my-database /u1:sa /p1:my-password /empty2
- Our license can be found at https://www.red-gate.com/support/license/. You will need to indicate that you accept it with the
Add comment
Please sign in to leave a comment.
What is the correct way to use the Docker images for redgate/sqlcompare on a MicrosoftHosted Azure Devops Build Agent?
We have Sql Tool Belt licenses, but since it a hosted agent we are not using our service accounts nor our servers and so how should we pass the license to the agent and the docker image?
Thank you!