Skip to content

Commit d2d8a58

Browse files
committed
Add command to dump local data
1 parent a80f661 commit d2d8a58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ dump-data-e2e:
6666
@echo "Dumping Nest e2e data"
6767
@CMD="pg_dumpall -U nest_user_e2e --clean | gzip -9 > backend/data/nest-e2e.sql.gz" $(MAKE) exec-db-command-e2e
6868

69+
dump-data-local:
70+
@echo "Dumping Nest local data"
71+
@CMD="pg_dumpall -U nest_user_dev --clean | gzip -9 > backend/data/nest-e2e.sql.gz" $(MAKE) exec-db-command-it
72+
6973
enrich-data: \
7074
github-enrich-issues \
7175
owasp-enrich-chapters \

0 commit comments

Comments
 (0)