Skip to content

Releases: brudnak/vai-vacuum

v1.0.0-beta - Beta Release

01 Jun 01:08
83ff6d4

Choose a tag to compare

Pre-release

VAI Vacuum - Database Snapshot Tool (Beta)

Beta release of vai-vacuum for testing in Rancher environments.

⚠️ Beta Notice

This is a pre-release version for testing purposes. While functional, it has not been extensively tested in production environments.

Features

  • VACUUM-based SQLite database extraction
  • Pure Go implementation (no CGO dependencies)
  • Base64 output for pipeline integration
  • Static binary (~6MB)

Usage

Download and test the binary:

kubectl exec <pod> -n cattle-system -c rancher -- sh -c \
  "curl -L -o /tmp/vai-vacuum https://github.com/brudnak/vai-vacuum/releases/download/v1.0.0-beta/vai-vacuum && \
   chmod +x /tmp/vai-vacuum && \
   /tmp/vai-vacuum" | base64 -d > snapshot.db

Binary

  • vai-vacuum - Linux amd64 static binary

Testing

Please report any issues encountered during testing. Key areas to validate:

  • Database extraction completeness
  • Performance with large databases
  • Error handling in edge cases

Next Steps

  • Gather feedback from beta testing
  • Address any discovered issues
  • Release v1.0.0 stable

See the README for build instructions and local testing guide.