codership / documentation

Galera Cluster Library
http://galeracluster.com/library/
24 stars 64 forks source link

Mention wsrep_recover script in crash recovery page #368

Closed sciascid closed 1 year ago

sciascid commented 1 year ago

The page that describes crash recovery in the documentation https://galeracluster.com/library/documentation/crash-recovery.html should mention the existence of the wsrep_recover script, as a simpler alternative to mysqld --wsrep_recover. Simply typing mysqld --wsrep_recover may result in mysqld failing due to permissions. It may be necessary to add --user= option. Notice that the wsrep_recover script is only available on 8.0 at the moment.