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

283 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

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 · 2024-09-10 · 0 · #92

est::size_S

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

Test/query log to stdout

Increased timeout time in order to stabilize the test.

PavelShilin89PavelShilin89 · 2023-12-05 · 0 · #66

Ensure manticore-load is available in the image

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

Related discussion in TG https://t.me/manticoresearch_en/1887

sanikolaevsanikolaev · 2025-01-10

Test Postgres + Docker

Proposal: I prepared a test case to test Postgres with Docker, which looks more like what can be in production, compared to this test. You can find the discussion and test case here: https://github.com/manticoresoftware/manticoresearch/discussions/1801# …

sanikolaevsanikolaev · 2024-09-17 · 2 · #88

est::size_S

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

Integration Test for PostgreSQL and Manticore using Docker

Type of Change: Enhancement - Integration Test for PostgreSQL and Manticore using Docker Description of the Change: Integration Test for PostgreSQL and Manticore using Docker This test validates the correct interaction between PostgreSQL and Manticore …

PavelShilin89PavelShilin89 · 2024-09-17 · 1 · #93

Ensure manticore-load is available in the image

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

PR: https://github.com/manticoresoftware/docker/pull/102

sanikolaevsanikolaev · 2025-01-11

Added /usr/sbin to PATH, otherwise dockerd won't start

sanikolaevsanikolaev · 2025-01-11 · 0 · #103

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

Added manticore-load to Dockerfile

sanikolaevsanikolaev · 2025-01-11 · 0 · #102

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

Improvement of IP recognition

djklim87djklim87 · 2024-09-16 · 0 · #94

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

Running with --network=host produces FATAL

[box@github ~]$ docker run --rm --network host manticoresearch/manticore:dev-6.2.13-69cd5a6 hostname: Name or service not known [Thu Dec 7 07:19:35.174 2023] [1] using config file '/etc/manticoresearch/manticore.conf.sh' (375 chars)... starting daemon …

donhardmandonhardman · 2024-09-16 · 8 · #67

bug

Consider VOLUME /var/lib/manticore

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

Done https://github.com/manticoresoftware/docker/commit/8f8f2c879a309220cef6beb42465279735d925f1

djklim87djklim87 · 2024-05-14

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

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

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

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

Default volume for data dir

djklim87djklim87 · 2024-05-14 · 0 · #86

Consider VOLUME /var/lib/manticore

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

@djklim87 what advantages does it give? Should we updated the readme?

sanikolaevsanikolaev · 2024-05-14

Update bug_report.yml

sanikolaevsanikolaev · 2024-05-30 · 0 · #87

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

Tests for https://github.com/manticoresoftware/docker?tab=readme-ov-file#backup-and-restore

Let's add CLT tests for https://github.com/manticoresoftware/docker?tab=readme-ov-file#backup-and-restore

sanikolaevsanikolaev · 2024-07-22 · 3 · #78

Consider VOLUME /var/lib/manticore

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

@sanikolaev No. We just more stateful now. Our docs already show runs without volumes mappings

djklim87djklim87 · 2024-05-14

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

Consider VOLUME /var/lib/manticore

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

Why are there 2 x VOLUME statements in the Dockerfile now? /usr/local/lib/manticore and /var/lib/manticore ? The documentation only says to mount the data volume on the second location, no mention of the first.. This causes docker to create a bunch of un- …

skyscoobyskyscooby · 2025-01-31

Added test-backup-restore.rec and .patterns

Created a CLT-test to verify backup and restore in docker. Added the necessary pattern.

PavelShilin89PavelShilin89 · 2024-07-22 · 0 · #89

est::size_M

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

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

Consider VOLUME /var/lib/manticore

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

Why are there 2 x VOLUME statements in the Dockerfile now? /usr/local/lib/manticore and /var/lib/manticore ? The other one was added within this issue in this commit https://github.com/manticoresoftware/docker/commit/ …

sanikolaevsanikolaev · 2025-01-31

Adding SQL Server ODBC driver

resolve #95

dreikdreik · 2024-11-22 · 1 · #96

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

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

Consider VOLUME /var/lib/manticore

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

Thanks @sanikolaev this is more of a nuance than anything else.. it's not functionally critical. If there is a good reason for /usr/local/lib/manticore to be volume I'd just ask for that to be added to the container documentation so we know why and what …

skyscoobyskyscooby · 2025-01-31

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 · 2024-09-11 · 1 · #90

est::size_S

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