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
deb rpm: remove manual feature of zero-downtime-restart from uninstall phase (#758)
We were going to support two methods of downgrading with zero downtime.
1. Running v6.x => Install v5.x package by overwriting
2. Running v6.x => Replace `FLUENT_PACKAGE_SERVICE_RESTART` value to
`manual` => uninstall v6.x => Install v5.x
The second method is to keep the Fluentd process running after
uninstalling it.
We decided to remove `2.` method because it may cause confusion for
users.
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
0 commit comments