-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation of using rake task to request full dumps from SCSB
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
# Request partners full dump from SCSB | ||
## Using a rake task | ||
1. You must have the `SCSB_AUTH_KEY` for the SCSB environment you want to request records from - either `uat` or `production`. You can find these in the bibdata vault in Prancible. | ||
1. Run the rake task for requesting the full dumps, once for each institution you wish to request. The options are `CUL`, `HL`, or `NYPL` Include the email that you want updates to be sent to. For some shells you will need to escape the brackets used to surround the variables, as shown below. Also, note that there are no spaces after the commas in the list of variables. | ||
```bash | ||
bundle exec rake scsb:request_records\[ENVIRONMENT,YOUR_EMAIL,INSTITUTION\] SCSB_AUTH_KEY=some-long-hash | ||
|
||
e.g. | ||
bundle exec rake scsb:request_records\[production,[email protected],CUL\] SCSB_AUTH_KEY=some-long-hash | ||
``` | ||
|
||
## Through the UI | ||
|
||
|