Name Last Update
src Loading commit data...
.env.example Loading commit data...
.gitignore Loading commit data...
Cargo.lock Loading commit data...
Cargo.toml Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
rustfmt.toml Loading commit data...
start.sh Loading commit data...

Mattermost Team version cleanup utilities

Simplistic tool to clear self hosted mattermost from old files and entries in postgresql database

Requirements

  • rust
  • make (optional)

how to run

  • run make all
  • edit .env and modify to environment variables to suit your postgres installation and Mattermost directory
  • run ./mmjab

or

  • run cargo build --release && cp target/release/mmjab ./mmjab && chmod +x ./mmjab
  • run ./mmjab --help to get explainer