2024-12-12-Release

Version 1.84.0 • DEC 12, 2024

New Features

  • OIDC Authentication

    • BindPlane web interface now supports OpenID Connect for authentication

  • Postgres vacuum command

  • Serve font files locally

    • All required fonts are now bundled within the BindPlane binary

  • New Copy Field

    • Documentation coming soon!

Bug Fixes

  • File source will now work with an empty Log Type parameter value

CLI: Vacuum Command

New commands admin vacuum-analyze to assist in managing your Postgres database. When directed by support, performing a manual Postgres Vacuum can help with performance issues. Generally a manual vacuum is not required.

The commands require system auth.

$ bindplane admin vacuum-analyze

? WARNING: This command will significantly degrade BindPlane's performance while it runs. Are you sure you want to continue? (y/n) y
database vacuumed.

Last updated

Was this helpful?