Revert "Update backup_restore.md referencing matching PSQL versions (#3560)" (#3561)

This reverts commit 55d5de2ca2.
This commit is contained in:
JakobLichterfeld
2023-12-12 18:53:27 +01:00
committed by GitHub
parent 55d5de2ca2
commit 65b0d6ff5e

View File

@@ -31,10 +31,6 @@ If you changed `TM_DB_USER` in the .env file from one of the advanced guides, ma
## Restore
:::note
Restore from backup only works with the same PostgreSQL versions from which you took a backup (e.g. backups from PSQL v14 will not restore to PSQL v15). If you want to upgrade, restore the data to the matching PSQL version and then upgrade PSQL.
:::
:::note
Replace the default `teslamate` value below with the value defined in the .env file if you have one (TM_DB_USER and TM_DB_NAME)
:::