Jump to content

"Reset after snapshot revert": what exactly gives on a Rocky Linux-based VA?


Go to solution Solved by tomasS,

Recommended Posts

Hello,

all previous CentOS-based VA installations had an option from the text console to "Reset after snapshot revert". The Rocky-based VA does not have such an option, instead online documentation at https://help.eset.com/protect_deploy_va/11.0/en-US/va_upgrade_migrate.html prompts the admin to "Use Backup database instead."

This is not clear to me, I'd be grateful if:

1) someone could rephrase exactly what should be done in case one has to rollback a Rocky-based VA to a previous snapshot/version.

2) could explain what would happen if the admin fails to do so in such a case. Would clients misbehave and, if so, how?

Link to comment
Share on other sites

  • ESET Support
  • Solution

Dear Carmik,

thank you for your post.

#1) someone could rephrase exactly what should be done in case one has to rollback a Rocky-based VA to a previous #snapshot/version.

- well, this option is an execution of the stored procedure in the ERA DB, for instance:

Quote
declare @new_uuid char(36);
SET @new_uuid = LOWER(NEWID());
exec dbo.usp_replication_realm_uuid_set @new_uuid;

# 2) could explain what would happen if the admin fails to do so in such a case. Would clients misbehave and, if so, how?

- in case the step mentioned above will not be performed(an "usp" will not be executed), it might take some time till all information about particular computers will be synchronized(usually, full sync is done every 7 days)

Edited by tomasS
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...