aboutsummaryrefslogtreecommitdiffstats
path: root/extra/sql_dumps/Makefile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-11-23 15:48:31 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-11-23 15:48:31 -0800
commit869df8572f1676b86930e5e2bca440fcaa053e31 (patch)
treeda0610aad958197497aad6a841e221c7fe673ad6 /extra/sql_dumps/Makefile
parent392c500bda6a2784e0cb7f5602e6fd9e77864374 (diff)
downloadfatcat-869df8572f1676b86930e5e2bca440fcaa053e31.tar.gz
fatcat-869df8572f1676b86930e5e2bca440fcaa053e31.zip
dumps: use main partition path in prod
Diffstat (limited to 'extra/sql_dumps/Makefile')
-rw-r--r--extra/sql_dumps/Makefile2
1 files changed, 1 insertions, 1 deletions
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