Commit Graph

6 Commits

Author SHA1 Message Date
Oddadin
f032ee76a5 Update backup_restore.md (#2217)
Replacing "loose" with "lose"
2021-12-13 16:41:44 +01:00
Kyle Awayan
0da1fc6946 Add note with custom TM_DB_USER when backing up (#1931)
I was trying to backup my TeslaMate instance, and tried using the command given in the documentation. I kept getting this error:

```
pg_dump: error: connection to database "teslamate" failed: FATAL:  role "teslamate" does not exist
```

However when I was setting up TeslaMate with [this guide](https://docs.teslamate.org/docs/guides/traefik), I changed the values in the `.env` file, specifically `TM_DB_USER`. Since I changed that, I needed to change it in the backup command also.

I added another little note box for others in this scenario.
2021-08-30 12:41:14 +02:00
Pi Home Server
a369e514c2 Update backup_restore.md (#1027)
Add information about the potential parameters modified by a .env file
Add the restart of the container
2020-10-24 12:51:39 +02:00
Vianney Lecroart
9abc38215f Add -T option (#851) 2020-07-26 12:57:37 +02:00
Travis Collins
2e446243bf An important note about moving the backup file (#813)
* An important note about moving the backup file

* Change default backup path

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-07-10 16:35:50 +02:00
Adrian Kumpf
c6b265788c Migrate docs to docusaurus
Fixes #564
2020-04-07 19:32:18 +02:00