Skip to content

Commit

Permalink
Update bulk_validation_referential_integrity_check notebook to conc…
Browse files Browse the repository at this point in the history
…ur with `refscan` (no false positives) (#796)

* todo: progress

* todo: progress

* fix: ThreadPoolExecutor is evil?

closes #576

* Drop the old tests2 dir

* Update to the newer syntax for getting utcnow() (#788)

* Add "Translators" subsystem as option in PR template (#767)

* Remove reference to nonexistent `tests2` directory

---------

Co-authored-by: shreddd <[email protected]>
Co-authored-by: Shreyas Cholia <[email protected]>
Co-authored-by: eecavanna <[email protected]>
  • Loading branch information
4 people authored Nov 26, 2024
1 parent a210e14 commit d7da63f
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 353 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ mongorestore-nmdc-db:
mkdir -p /tmp/remote-mongodump/nmdc
# SSH into the remote server, stream the dump directory as a gzipped tar archive, and extract it locally.
ssh -i ~/.ssh/nersc ${NERSC_USERNAME}@dtn01.nersc.gov \
'tar -czf - -C /global/cfs/projectdirs/m3408/nmdc-mongodumps/dump_nmdc-prod_2024-07-29_20-12-07/nmdc .' \
'tar -czf - -C /global/cfs/projectdirs/m3408/nmdc-mongodumps/dump_nmdc-prod_2024-11-25_20-12-02/nmdc .' \
| tar -xzv -C /tmp/remote-mongodump/nmdc
mongorestore -v -h localhost:27018 -u admin -p root --authenticationDatabase=admin \
--drop --nsInclude='nmdc.*' --dir /tmp/remote-mongodump
Expand Down
Loading

0 comments on commit d7da63f

Please sign in to comment.