Commit Graph

12 Commits

Author SHA1 Message Date
JakobLichterfeld
65b0d6ff5e Revert "Update backup_restore.md referencing matching PSQL versions (#3560)" (#3561)
This reverts commit 55d5de2ca2.
2023-12-12 18:53:27 +01:00
Chris Wanja
55d5de2ca2 Update backup_restore.md referencing matching PSQL versions (#3560)
Added note in Restore section to state that PSQL backup versions must match restore destination versions.
2023-12-12 10:39:14 -06:00
Jakob Lichterfeld
03d5e439db doc: typo and style for docker compose v2 notes 2023-11-21 08:43:41 +01:00
cwanja
9c7057c9d1 Updating Docs to advise docker-compose v1 is EOL and to upgrade to v2 (#3472)
* Update backup_restore.md

Adding note about Docker Compose v1 EOL and upgrade to v2.

* Update manually_fixing_data.mdx

Adding note about Docker Compose v1 EOL and upgrade to v2.

* Update upgrading.mdx

Adding note about Docker Compose v1 EOL and upgrade to v2.
2023-11-21 08:18:09 +01:00
tsongalin
13969a3a97 Update backup_restore.md (#3291)
fix reinitialization
2023-11-13 16:46:02 +01:00
Eden Yemini
c8b0df802f Docker compose command fixes (#3025)
* Replace `docker-compose` commands with `docker compose`

* Use official and up to date documentation for Docker and Compose installation

* Revert IDE automatic style changes

* Fix a dash from merging the upstream
2023-06-12 12:13:41 +02:00
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