I had a bad failure due to folder deletion. I logged into my server and tried starting the node. I am getting the following error WSREP: Fail to access the file (/db//gvwstate.dat) error (No such file or directory). It is possible if node is booting for first time or re-booting after a graceful shutdown
I checked the directory and the gvwstate.dat file is not there. I do have galera.cache grastate.dat
files in the directory.
On the node that is down the grastate.dat
file has
# GALERA saved state
version: 2.1
uuid: 00000000-0000-0000-0000-000000000000
seqno: -1
safe_to_bootstrap: 0
On my donor node the grastate.dat file is
# GALERA saved state
version: 2.1
uuid: febfad99-09fe-11ea-ad83-57c73422d738
seqno: -1
safe_to_bootstrap: 0
Help