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

198 results 20 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

Prepare for building multi-arch docker

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

➤ Sergey Nikolaev commented: https://gitlab.com/manticoresearch/docker/-/issues/4#note_1224959266

githubmanticoregithubmanticore · 2023-01-03

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

Get rid of EXTRA=1 , MCL=1

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

est::size_S

Waiting for review https://github.com/manticoresoftware/docker/pull/106

djklim87djklim87 · 2025-02-19

Manticore has lost its index

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, …

simonszusimonszu · 2024-09-11 · 14 · #91

waiting for reply

Prepare for building multi-arch docker

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

➤ Sergey Nikolaev commented: https://gitlab.com/manticoresearch/docker/-/issues/4#note_1224959266

githubmanticoregithubmanticore · 2023-01-02

Incorrect UTF-8 character display in stdout logs

Russian search results are correct. When logging to a file, the display of Russian letters is also correct. But when redirecting query.log to /dev/stdout characters looks like on image: English letters displayed also correctly.

KhAlenaKhAlena · 2022-07-01 · 4 · #20

waiting for reply

Get rid of EXTRA=1 , MCL=1

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

est::size_S

Waiting for review https://github.com/manticoresoftware/docker/pull/106 Approved. Let's test the dev version manually after merging.

sanikolaevsanikolaev · 2025-02-21

Permission denied

cmd: docker run -e EXTRA=1 --name manticore -v $(pwd)/data:/var/lib/manticore -p 127.0.0.1:9306:9306 -p 127.0.0.1:9308:9308 -d manticoresearch/manticore 2023-11-05 12:01:15 (1.08 MB/s) - ‘/tmp/manticore-columnar-lib_2.2.4-230822-5aec342_amd64.deb.1’ saved …

yoyo56124yoyo56124 · 2023-11-05 · 0 · #55

Get rid of EXTRA=1 , MCL=1

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

est::size_S

Merged https://github.com/manticoresoftware/docker/pull/106 Checked on dev buid dev-7.0.1-5d8f4df

djklim87djklim87 · 2025-02-24

Get rid of EXTRA=1 , MCL=1

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

est::size_S

@djklim87 pls update: https://manual.manticoresearch.com/dev/Starting_the_server/Docker#Configuring-Manticore-Search-with-Docker https://github.com/manticoresoftware/site/blob/master/content/english/install.md (make a PR for the next release)

sanikolaevsanikolaev · 2025-02-24

Get rid of EXTRA=1 , MCL=1

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

est::size_S

Done. This PR requires a release because, in our current release Docker image, the EXTRA flag is still supported. Relevant PRs: Site PR #110 ManticoreSearch PR #3135

djklim87djklim87 · 2025-02-27

Prepare for building multi-arch docker

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

➤ Klim Todrik commented: https://gitlab.com/manticoresearch/docker/-/issues/4#note_1221162523

githubmanticoregithubmanticore · 2022-12-26

Get rid of EXTRA=1 , MCL=1

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

est::size_S

https://github.com/manticoresoftware/site/pull/110 https://github.com/manticoresoftware/manticoresearch/pull/3135 Merged.

sanikolaevsanikolaev · 2025-02-28

Folder not created

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

bug

I just noticed 7.0.0 was released, I tried that and it has the same issue.

CicerBroCicerBro · 2025-01-30

Folder not created

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

bug

Yes, the data directory is no longer created (I believe this has been the case for a few years now). You either need to create the data directory outside or update your paths to: path = /var/lib/manticore/someindexname_rt binlog_path = /var/lib/manticore/ …

sanikolaevsanikolaev · 2025-01-30

Add the columnar-lib package to the docker image

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

It's already there: # docker pull manticoresearch/manticore:latest latest: Pulling from manticoresearch/manticore Digest: sha256:9fb96a2bfeec4b81b84aad7d55db396c6389e135cc3be32d856c3f91e01a56e9 Status: Image is up to date for manticoresearch/manticore: …

sanikolaevsanikolaev · 2025-03-01

Not all files cleaned up with EXTRA=1

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

bug

Done in https://github.com/manticoresoftware/docker/pull/100

djklim87djklim87 · 2024-12-09

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

Done in https://github.com/manticoresoftware/docker/pull/56

djklim87djklim87 · 2023-11-14

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

Reopening since the CI failed https://github.com/manticoresoftware/docker/actions/runs/6947961151/job/18902901514

sanikolaevsanikolaev · 2023-11-22

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

I just rerun job and all fine now. It happens sometimes. Maybe because cronjob complete at the same second as container runs

djklim87djklim87 · 2023-11-22

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

It's not working for me: snikolaev@dev2:~$ docker run -e searchd_listen='9307:mysql' -e EXTRA=1 --name manticore --rm -d manticoresearch/manticore:dev && echo "Waiting for Manticore docker to start. Consider mapping the data_dir to make it start faster …

sanikolaevsanikolaev · 2023-11-23

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

Done in https://github.com/manticoresoftware/docker/commit/5d426e5ea4c54a13ee78aafd1a374554a48821c2

djklim87djklim87 · 2023-11-23

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

seems this fix is cause of the inconsistency in the env option of the docker \ docker-compose file that cause the issue https://github.com/manticoresoftware/manticoresearch/issues/2500 ie the docker-compose.yaml that allows to issue CLUSTER CREATE well …

tomatologtomatolog · 2024-08-12

Extra packages are being downloaded on every container startup.

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

It turned out that the command used to retrieve URLs for MCL and Galera can change the order, sometimes listing the Galera URL first and other times the Columnar URL. To address this, I’ve added sorting to ensure a consistent order. Unfortunately, this …

djklim87djklim87 · 2024-12-04