Skip to content

Commit 26aa5d7

Browse files
authored
Update 1_backend_development.md
Minor formatting tweaks
1 parent 49e68f8 commit 26aa5d7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/development-guides/1_backend_development.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,18 @@ Setting up the backend:
1717
Now, the choice is to load data, either the Laurelhurst test data or a backup.
1818

1919
To 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

2223
To 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

2527
To 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

0 commit comments

Comments
 (0)