cloudfoundry / pxc-release

BOSH release of Percona Xtradb Cluster
Apache License 2.0
30 stars 22 forks source link

Do not run crash recovery at normal startup #21

Closed colins closed 1 year ago

colins commented 1 year ago

Crash recovery should only be run if a 5.7 instance has crashed and an attempt is being made to upgrade to 8.0

[#183977172]

Co-authored-by: Colin Shield cshield@vmware.com Co-authored-by: Kevin Markwardt kmarkwardt@vmware.com

Thanks for opening a PR. Please make sure you've read and followed the Contributing guide, including signing the Contributor License Agreement.

Feature or Bug Description

Don't run crash behavior unless an upgrade from 5.7 to 8.0 is being performed.

Motivation

Crash recovery was being run on every 5.7 startup. This isn't required and could be confusing to users.