Commit Graph

9 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
Adrian Kumpf
6cfb2a24cf Revert "postgres to alpine and runs on to latest ubuntu (#1576)"
This reverts commit 6050dc53f3.

The alpine images don't work on the Raspberry Pi because its package
sources contains an old version of libseccomp, which causes the time to
be at 1970: https://github.com/docker-library/postgres/issues/812
2021-05-03 16:39:49 +02:00
Tobias Lindberg
6050dc53f3 postgres to alpine and runs on to latest ubuntu (#1576)
* using ubuntu-latest instead of ubuntu-18.04

* appending -alpine to postgres

on workflow and in documentations

* Revert "using ubuntu-latest instead of ubuntu-18.04"

This reverts commit 7f84b1c99a.

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-05-02 13:55:34 +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
Adrian Kumpf
daf29a5ac3 Update links to other documents 2020-07-26 13:25:14 +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