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

193 results 15 ms in manticoresoftware/docker

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

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

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

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

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