Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Update postgresql.md #199

Merged
merged 1 commit into from
Oct 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/postgresql.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down