Update Using Bulkrax CRC1280 Folder Parser to do Imports authored by Johannes Frenzel's avatar Johannes Frenzel
......@@ -132,7 +132,11 @@ When a new CRCDataset is imported with the same collection name as an existing C
When a new CRCDataset is imported again (it was previously imported), it will create a new collection and a new experiment, rather than reuse the ones previously created.
### Troubleshooting
#### reschedule pending jobs from the console
#### reschedule pending jobs from the rails console
1. connect to the web container
`docker exec -it "${USER}-web-1" /bin/bash`
2. `rails c`
3.
```ruby
importer = ::Bulkrax::Importer.find(importer_id)
......
......