diff --git a/docs/postgresql.md b/docs/postgresql.md index fcd809d9..505a1780 100644 --- a/docs/postgresql.md +++ b/docs/postgresql.md @@ -1,6 +1,6 @@ # PostgreSQL -This script installs PostgreSQL and it's dependencies for use with the +This script installs PostgreSQL and its dependencies for use with the [recorder][recorder] component in Home Assistant. No database or database user is created during this setup and will need to be created manually. @@ -12,13 +12,13 @@ sudo hassbian-config install postgresql ## Upgrade -No script available, maybe you could write one? -If so, add an PR here when you are done: +No script available. Maybe you could write one? +If so, add a PR here when you are done: [homeassistant/hassbian-scripts][repo] ## Additional info -Example for creating database: +Example of how to create the database: ```sql sudo mysql -u root -p