We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10aacb commit b1d5710Copy full SHA for b1d5710
website/docs/maintenance/backup_restore.md
@@ -50,8 +50,9 @@ CREATE EXTENSION earthdistance WITH SCHEMA public;
50
51
# Restore
52
Use the same filename that was used in the backup step.
53
+Replace `<backup_filename>` with the actual filename generated during the backup step (e.g., `teslamate_database_2025-05-07_07-33-48.sql`).
54
-docker compose exec -T database psql -U teslamate -d teslamate < teslamate_database_2025-05-07_07-33-48.sql
55
+docker compose exec -T database psql -U teslamate -d teslamate < <backup_filename>
56
57
# Restart the teslamate container
58
docker compose start teslamate
0 commit comments