Skip to content
View PattaFeuFeu's full-sized avatar
🏡
Working from home
🏡
Working from home
Block or Report

Block or report PattaFeuFeu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. andregasser/bigbone andregasser/bigbone Public

    BigBone - A Mastodon Client Library for Java and Kotlin

    Kotlin 55 16

  2. Steps necessary to migrate from Home... Steps necessary to migrate from HomeAssistant’s standard sqlite database to an external MariaDB(10) SQL database
    1
    # Migrate Home Assistant’s sqlite database to MySQL, specifically MariaDB (10)
    2
    
                  
    3
    After having added a decent amount of entities to my Home Assistant setup, the user interface—especially the history tab, but also the history for each entity—became very sluggish.
    4
    Having to wait for up to 30 seconds to see the history graph for a single entity became the norm with an sqlite file weighing in at 6GB and millions of entries in the “events” and “states” tables.
    5