You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[<imgalt="Send some cookies"src="http://img.shields.io/liberapay/receives/juarezr.svg?label=Send%20some%20cookies&logo=liberapay">](https://liberapay.com/juarezr/donate)
19
19
20
+
## Config
21
+
22
+
The following environment variables can be used for common parameters:
23
+
-`SOLR_COPY_URL` for the url pointing to the Solr cluster
24
+
-`SOLR_COPY_DIR` for the existing folder where the zip backup files containing the extracted documents are stored
25
+
26
+
These variables can also be stored in a `.env` file alongside the `solrcopy` binary. See `.env.example`
27
+
20
28
## Usage
21
29
22
30
1. Use the command `solrcopy backup` for dumping documents from a Solr core into local zip files.
0 commit comments