mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #89] Add to readme: Upgrade approach for new CU #69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mr-flibble on GitHub (Jul 9, 2015).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/89
Sorry for the silly question, but I did not find the answer anywhere.
What is the recommended way to upgrade to a newer Exchange CU if I have DKIM already installed?
Should I DKIM Signer before deactivate or uninstall, or update it? Or none of it and update it after upgrade to the new CU?
I think it would be good to add this information to the readme. Thank you.
@gogglespisano commented on GitHub (Jul 9, 2015):
I've wondered the same thing. Since DKIM will break during the upgrade, should it be turned off before the update, then upgraded after exchange? Is there any harm in leaving it running during the exchange upgrade?
The biggest concern would be causing the exchange update to fail or exchange transport fail to start after update.
@rbfajardo commented on GitHub (Jul 9, 2015):
If the concern is the transport service would fail to start, you can disable the DKIM transport agent prior to a CU upgrade. (Disable-TransportAgent)
You can then upgrade the DKIM transport agent using the config executable.
@gogglespisano commented on GitHub (Jul 9, 2015):
Is disabling dkim enough to keep it from literally being loaded, or just not in use?
If the dkim signer has dependencies that become incompatible during the exchange upgrade, can it cause the transport to fail to start even with the dkim signer disabled?
@Pro commented on GitHub (Jul 9, 2015):
You can use the Configuration Programm shipped with the signer to disable it, the update exchange, next update DKIM, then enable it again.
Disabling DKIM will disable it entirely, thus not loading the DLL.
I'll update the Readme for the instructions
@Pro commented on GitHub (Jul 12, 2015):
github.com/Pro/dkim-exchange@d4492979b6