Skip to content

Commit

Permalink
Update Member ID Removal (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: SK Ali Arman <[email protected]>
  • Loading branch information
sheikh-arman authored Dec 12, 2024
1 parent c5603b7 commit 19778aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion init-script/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

rm -rf /var/lib/mysql/lost+found
rm -rf /run-scripts/*
rm /var/lib/mysql/auto.cnf
cp /tmp/scripts/* /scripts
if [[ "$PITR_RESTORE" == "true" ]]; then
if [[ "$HOSTNAME" != *"-0" ]]; then
rm /var/lib/mysql/auto.cnf
fi
fi

0 comments on commit 19778aa

Please sign in to comment.