Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 While it's loading, feel free to check out the other repositories:

🔔 To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

51 results 18 ms in manticoresoftware/docker

docker container mssql support

Bug Description: not sure if this is by design but as of me it looks pretty strange that the official docker container doesn't contain MS SQL Server odbc driver. Docker image version: 6.3.6 Have you tried the latest development version? No Internal …

dreikdreik · 2024-11-19 · 0 · #95

bug

Incorrect docker mount point

In README.md instruction mount point for data is incorrect: $(pwd)/data:/var/lib/manticore/data/ https://github.com/manticoresoftware/docker/blob/355202bf0757dfcb0d0cba850f8ae6905b666ea0/README.md?plain=1#L51 Manticore stores data in /var/lib/manticore/, …

lehhalehha · 2021-12-25 · 1 · #16

Prepare for building multi-arch docker

The task is: Read and understand https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/ Prepare needed changes in https://github.com/manticoresoftware/docker (and perhaps other places too) to: start providing a multi-arch image starting …

githubmanticoregithubmanticore · 2023-02-08 · 5 · #25

Folder not created

Bug Description: I upgraded to the latest Docker image this week in my dev environment. I did not change manticore.conf nor did I change the Compose file. But /var/lib/manticore/data is not created automatically anymore it seems. When I create the data …

CicerBroCicerBro · 2025-01-30 · 2 · #104

bug

In the prod, cannot connect to the external network. Could you provide a complete Docker image that includes the extra components to avoid downloading over the network?

Confirmation Checklist: You have searched for an answer in the manual. You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries. You are aware of our community support channels on Slack, …

ZLEternityZLEternity · 2025-02-17 · 2 · #90

2👍2

est::size_S

Extra packages are being downloaded on every container startup.

docker run -e EXTRA=1 -v ./data/:/var/lib/manticore manticoresearch/manticore:dev-6.3.7-626b327

djklim87djklim87 · 2024-12-04 · 1 · #97

Add the columnar-lib package to the docker image

Proposal: Please include the manticore-columnar-lib package in the docker image, so that I could use vector searches, etc. Checklist: To be completed by the assignee. Check off tasks that have been completed or are not applicable. Implementation completed …

jsutojsuto · 2025-03-01 · 1 · #111

Release 7.0.0+1

Proposal: Let's make release 7.0.0+1 Changelog: no EXTRA=1 (PR https://github.com/manticoresoftware/docker/pull/106) chinese_jieba was not available. Fixed in https://github.com/manticoresoftware/docker/commit/77dfc42094f32b8038f6cb875677fc48a41af1c6 …

sanikolaevsanikolaev · 2025-03-01 · 4 · #110

Store required packages as github assets

Proposal: It should work like the below Before Docker build we call the Assets mirroring step where we copy desired packages to assets For each package that we release we put to GitHub assets (via some actions) We put all packages into some maintenance …

djklim87djklim87 · 2025-03-01 · 1 · #92

est::size_S

Is there an example or demo that shows how to deploy manticoresearch on multiple servers(machines)?

axhiaoaxhiao · 2022-11-20 · 2 · #24

Get rid of EXTRA=1 , MCL=1

Proposal: Let's remove everything related to the EXTRA and MCL environment variables and clarify that the Docker image includes multiple independent components. Add license MIT for the docker image packaging (Dockerfile, entrypoint scripts, and related …

sanikolaevsanikolaev · 2025-02-28 · 6 · #105

est::size_S

Ensure manticore-load is available in the image

Proposal: manticore-load should be installed in the image Checklist: To be completed by the assignee. Check off tasks that have been completed or are not applicable. Implementation completed Tests developed Documentation updated Documentation reviewed …

sanikolaevsanikolaev · 2025-01-13 · 2 · #101

Consider VOLUME /var/lib/manticore

Think through it and think how it can help. E.g. can it alleviate the EXTRA=1 thing?

sanikolaevsanikolaev · 2025-02-03 · 9 · #82

Docker down if QUERY_LOG_TO_STDOUT set

Actual for last dev builds klim@klim-MS-7A72:/tmp$ docker run -e QUERY_LOG_TO_STDOUT=true -e EXTRA=1 -p 9306:9306 -it --rm manticoresearch/manticore:dev Unable to find image 'manticoresearch/manticore:dev' locally dev: Pulling from manticoresearch/ …

djklim87djklim87 · 2023-10-04 · 1 · #46

bugest::size_S

Not all files cleaned up with EXTRA=1

Bug Description: We have an issue when we run a Docker container from our official image with the EXTRA=1 flag, and some files are not cleaned up after installation. We should clean them up because it's useless to keep them inside the container. MRE Run …

donhardmandonhardman · 2024-12-09 · 1 · #99

bug

Test: one-liner

Test the one-liner from the docs https://github.com/manticoresoftware/docker#quick-usage. Make sure the one-liner works as expected with the dev version.

sanikolaevsanikolaev · 2023-11-27 · 4 · #57

Test: EXTRA=0/1

Create a test to make sure the EXTRA env. var. works as expected: installs the extra packages and makes them accessible in Manticore when used ( searchd -v should be enough) doesn't install them again when the container is started again (as it caches them …

sanikolaevsanikolaev · 2023-11-29 · 7 · #58

Test: QUERY_LOG_TO_STDOUT=true

Create a test that covers the QUERY_LOG_TO_STDOUT=true behaviour.

sanikolaevsanikolaev · 2023-12-05 · 12 · #59

Backups in Docker

Unless if I'm missing something, the current instructions do not indicate how to restore a backup when using Docker. Simply running docker exec -it CONTAINER-ID /usr/bin/manticore-backup --backup-dir=... --restore=.... does not work, because searchd will …

mtruyensmtruyens · 2023-11-06 · 6 · #44

est::size_M

Source password via variable

How hide password from manticore.conf ? Can I use a variable? docker-compose.yml: version: "3.7" networks: backend: driver: bridge services:` manticore: image: manticoresearch/manticore restart: unless-stopped environment: - variable_sql_pass=${DB_ROOT_ …

mkswebdevmkswebdev · 2024-09-26 · 4 · #15