Skip to content

andrewwebber/k3os-db-vacuum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repair K3OS large db wal usage

Build binary

cargo build --release --target=x86_64-unknown-linux-musl

Deploy binary to node

scp ./target/x86_64-unknown-linux-musl/release/vacuum rancher@XXX:/home/rancher/

Repair Node

chmod +x ./vacuum
sudo service k3s-service stop
sudo ./vacuum /var/lib/rancher/k3s/server/db/state.db
sudo service k3s-service start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages