From 869df8572f1676b86930e5e2bca440fcaa053e31 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 23 Nov 2022 15:48:31 -0800 Subject: dumps: use main partition path in prod --- extra/sql_dumps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/sql_dumps/Makefile') diff --git a/extra/sql_dumps/Makefile b/extra/sql_dumps/Makefile index 01607d34..a653d422 100644 --- a/extra/sql_dumps/Makefile +++ b/extra/sql_dumps/Makefile @@ -18,7 +18,7 @@ create_datadir: $(DATADIR)/.IDENTS: sudo -u postgres DATABASE_URL=$(DATABASE_URL) ./ident_table_snapshot.sh $(DATADIR) - sudo -u postgres mv /tmp/fatcat_ident_*.tsv $(DATADIR) + sudo -u postgres mv /srv/fatcat/tmp/fatcat_ident_*.tsv $(DATADIR) touch $@ $(DATADIR)/release_export_expanded.json.gz: $(DATADIR)/.IDENTS -- cgit v1.2.3