Skip to content

Commit

Permalink
Use MANTICORE_CONF variable instead specifying config in manticore-ba…
Browse files Browse the repository at this point in the history
…ckup
  • Loading branch information
djklim87 committed Feb 19, 2024
1 parent 677dd67 commit 8414257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ EXPOSE 9308
EXPOSE 9312
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
ENV MANTICORE_CONFIG="/etc/manticoresearch/manticore.conf.sh"
CMD ["searchd", "-c", "/etc/manticoresearch/manticore.conf.sh", "--nodetach"]

# How to build manually:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ The `manticore-backup` package utilizes the `manticore-executor`, which is insta
Creating a **full backup** is a straightforward process. Simply run the following command:

```bash
docker exec -it CONTAINER-ID manticore-backup --config=/etc/manticoresearch/manticore.conf.sh --backup-dir=/tmp
docker exec -it CONTAINER-ID manticore-backup --backup-dir=/tmp
```
This command will generate a backup in your `/tmp/` directory.

Expand Down

0 comments on commit 8414257

Please sign in to comment.