Skip to content

Latest commit

 

History

History

dbstats

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Home Assistant Add-on: DbStats

Supports aarch64 Architecture Supports amd64 Architecture Supports armhf Architecture Supports armv7 Architecture Supports i386 Architecture

This addon allows to check database usage and find out what's eating up your space.

Web page with report will look like this.

Addon will try to autodetect your database options, but if it fails, you can use configuration page and add connectionString manually.

Installation on HAOS/supervised

Navigate to the main repository page and push the button to add it to HA, or add it manually:

  1. Navigate to addons page on your HA installation
  2. Press three dots in the top right corner
  3. Add repository https://github.com/jehy/hass-addons to addon repositories
  4. Install addon from addons page
  5. Start addon and visit its page

Using without supervisor or HAOS:

You can read about it here.