In the Activity Log, what is the random Agent deletion entries for SQL Clone?
andrewgibson
Posts: 7 New member
in SQL Clone
Within SQL Clone and the Activity Log - I have random entries for an agent deleting something, unsure what it is but I have attached what I am seeing.
This is what is held within the log generated.
I am just looking for clarification as to what this is deleting?
Thanks
This is what is held within the log generated.
I am just looking for clarification as to what this is deleting?
Thanks
Answers
I believe I provided this answer to you via a Redgate Support ticket as follows:
To answer your question:
From the screen shot:
The items successfully deleted items are all Clones. I come to this answer as icon to the left of the blacked out server name indicates a Clone.
There is a different icon if an image was deleted or created, as per the example my screen shot below:
There are two methods for deleting clones (and images), the manual method via the Web UI and selecting the clone or image to delete. Or via an automation job using the PowerShell cmdlets to delete clones or images or both.
Further information regarding SQL Clone can be found in the help documentation:
https://documentation.red-gate.com/clone
Plus there are Redgate University video courses to help you understand how to use SQL Clone:
https://www.red-gate.com/hub/university/courses/sql-clone/introduction-to-sql-clone
https://www.red-gate.com/hub/university/courses/sql-clone/unboxing-sql-clone/unboxing-sql-clone/unboxing-sql-clone
https://www.red-gate.com/hub/university/courses/sql-clone/putting-together-logs-in-sql-clone/putting-together-logs-in-sql-clone/Logs
Many Thanks
Eddie Davis
Senior Product Support Engineer
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
Those activities are appearing when we're restarting the SQL Clone service on our Agents.
Especially mentioning 'Agent x' and not the service account who was deleting the clones.
So this activity is not created by deleting clones (via GUI or Powershell)!
FYI: deleting clones via Powershell scripts, will give a service account in this activity screen.
All logs of this strange activity : "Handling server side fallback for operation DropCloneOperation."
And not really doing deletes... (luckily)
So I assume it's only a kind of sync between Agent(s) and SQL Clone server?