Changes
Page history
Update Using Bulkrax CRC1280 Folder Parser to do Imports
authored
Dec 18, 2024
by
Johannes Frenzel
Show whitespace changes
Inline
Side-by-side
system/development-notes/Using-Bulkrax-CRC1280-Folder-Parser-to-do-Imports.md
View page @
7905d2a8
...
...
@@ -134,7 +134,7 @@ When a new CRCDataset is imported again (it was previously imported), it will cr
### Troubleshooting
#### reschedule pending jobs from the rails console
1. connect to the web container
`
docker exec -it
"${USER}-
web-1
"
/bin/bash
`
`
docker exec -it web-1 /bin/bash
`
2. `
rails c
`
3.
```ruby
...
...
...
...