|
When upgrading to 6.3.1 the upgrade hangs while installing packages
The current columnstore-post-install tries to start up a cluster node after the package upgrade using systemd unit that is to be used with a single-node installation only. This breaks the upgrade procedure b/c nodes tries to connect to each other whilst most of them are down waiting for the upgrade.
This breaks the upgrade procedure into two parts:
- upgrade the engine and cmapi packages
- upgrade the UDFs
This issue reduces the unexpected negative effects of the 1st part of the upgrade procedure
|