Comments
Sort by recent activity
No, the clone will always need access to the image in order to function. Most database reads will go straight to the image, which is what enables SQL Clone to create clones quickly and save local storage space.
In our FAQs, we have a section "Can you use SQL Clone remotely?". If there's anything you think we should do to make that easier to find, please let us know! / comments
No, the clone will always need access to the image in order to function. Most database reads will go straight to the image, which is what enables SQL Clone to create clones quickly and save local s...
Unofortunately SQL Clone doesn't handle this situation well currently - it's definitely something we want to improve!
As a workaround, for clones on machines that no longer exist, you can manually set the DeletedOn column on the Clones table in SQL Clone's database. Don't actually delete any rows from the database - this will likely cause problems in the future by breaking referential integrity.
If you'd be willing to talk to us to help us understand how we can best solve this going forwards, that would really be helpful for us - I'll DM you an email address you can contact us on if you're interested! / comments
Unofortunately SQL Clone doesn't handle this situation well currently - it's definitely something we want to improve!
As a workaround, for clones on machines that no longer exist, you can manually ...
Thanks, that's helped me understand the situation.
A quick fix that would work with the current release would be to add an entry in the hosts file on the machines you're going to install the agent on that points the server URL to the gatway IP.
We could easily add a command line option to the installer to override the server URL - would that be an acceptable solution for you? / comments
Thanks, that's helped me understand the situation.
A quick fix that would work with the current release would be to add an entry in the hosts file on the machines you're going to install the agent ...
All the connections between the server and the agent are outgoing TCP/HTTPS connections from the agent to the server on port 14146. Is that enough for you to set up port forwarding to get it working? / comments
All the connections between the server and the agent are outgoing TCP/HTTPS connections from the agent to the server on port 14146. Is that enough for you to set up port forwarding to get it working?
Thanks for the feedback! Are there any situations other than explicitly testing failover when cloning into a SQL Server Cluster would be useful in development or staging? / comments
Thanks for the feedback! Are there any situations other than explicitly testing failover when cloning into a SQL Server Cluster would be useful in development or staging?
Hi - had SQL Clone been working before you encountered this error? / comments
Hi - had SQL Clone been working before you encountered this error?
Yes - a SQL Clone functions just as a normal database. / comments
Yes - a SQL Clone functions just as a normal database.
Thanks for the suggestions! We'd love to talk to you more about this - if you're willing, could you email us on sqlclonefeedback@red-gate.com so we could set up a call? / comments
Thanks for the suggestions! We'd love to talk to you more about this - if you're willing, could you email us on sqlclonefeedback@red-gate.com so we could set up a call?
Hi, you connect to a clone in the same way you would connect to any other database. / comments
Hi, you connect to a clone in the same way you would connect to any other database.