aboutsummaryrefslogtreecommitdiffstats
path: root/extra/openlibrary/README.md
blob: b3f54677323e207147eb08a96eaba68e057f6bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# OpenLibrary

OL SOLR dump: https://archive.org/details/olsolr8-2021-04-12

Running on aitio docker:

```
docker: Error response from daemon: failed to update store for object type *libnetwork.endpointCnt: Key not found in store.
ERRO[0000] error waiting for container: context canceled
```

Maybe we do not need to extract the volume up front?

```shell
$ sudo docker run --name ol-solr -e SOLR_JAVA_MEM='-Xms3g -Xmx3g' -v
backup/var/lib/solr/data/openlibrary/data/openlibrary:/var/solr/data/openlibrary
-v $(pwd)/conf/solr8-ol:/opt/solr/server/solr/configsets/olconfig:ro -p
8983:8983 solr:8.8.2 solr-precreate openlibrary
/opt/solr/server/solr/configsets/olconfig
```

Will try to setup on martin-dev first.