diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-23 15:48:31 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-23 15:48:31 -0800 |
commit | 869df8572f1676b86930e5e2bca440fcaa053e31 (patch) | |
tree | da0610aad958197497aad6a841e221c7fe673ad6 /extra/sql_dumps/Makefile | |
parent | 392c500bda6a2784e0cb7f5602e6fd9e77864374 (diff) | |
download | fatcat-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/Makefile | 2 |
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 |