You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found a possible issue with the Snapshot tool when doing a restore after a postgres upgrade.
When backing up with the Snapshot tool, three certificates are backup up: client.pfx, server.pfx and root.pfx. But there is one certificate that is not included in the backup: the certificate in the Personal store under Local Computer, more specifically the cert with the FQDN of the central node.
Also, during the restore process we found that the certificates are not actually being restored, the only thing the script does is to bind the current, which is "wrong" certificates since it is not the ones that is being backed up by the tool, which leads to issues with rim nodes.
The text was updated successfully, but these errors were encountered:
Hi,
We found a possible issue with the Snapshot tool when doing a restore after a postgres upgrade.
When backing up with the Snapshot tool, three certificates are backup up: client.pfx, server.pfx and root.pfx. But there is one certificate that is not included in the backup: the certificate in the Personal store under Local Computer, more specifically the cert with the FQDN of the central node.
Also, during the restore process we found that the certificates are not actually being restored, the only thing the script does is to bind the current, which is "wrong" certificates since it is not the ones that is being backed up by the tool, which leads to issues with rim nodes.
The text was updated successfully, but these errors were encountered: