File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,18 @@ Setting up the backend:
1717Now, the choice is to load data, either the Laurelhurst test data or a backup.
1818
1919To load Laurelhurst test data:
20- - ` pixi run -e backend setup-db-data-via-k8s-job `
20+
21+ pixi run -e backend setup-db-data-via-k8s-job
2122
2223To load from a backup file named ` backup-Laurelhurst-2026-02-17-1133.sql.gz ` :
23- - ` pixi run db-restore backup-Laurelhurst-2026-02-17-1133.sql.gz `
24+
25+ pixi run db-restore backup-Laurelhurst-2026-02-17-1133.sql.gz
2426
2527To create a backup from the current instance:
26- - ` pixi run db-backup `
28+
29+ pixi run db-backup
2730
28- Which will create a backup file with the neighborhood name and timestamp.
31+ Which will create a backup file with the neighborhood name and timestamp: ` backup-Laurelhurst-2026-02-17-1133.sql.gz `
2932
3033## Introduction
3134
You can’t perform that action at this time.
0 commit comments