👀 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
djklim87 · 2024-02-12 · 0 · #74
mkswebdev · 2024-09-26 · 4 · #15
sanikolaev · 2021-04-01
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 …
djklim87 · 2024-09-10 · 0 · #92
est::size_S
mkswebdev · 2024-09-26 · 4 · #15
mkswebdev · 2021-04-02
Increased timeout time in order to stabilize the test.
PavelShilin89 · 2023-12-05 · 0 · #66
mkswebdev · 2024-09-26 · 4 · #15
sanikolaev · 2021-04-02
apt install tzdata in Dockerfile
Otherwise manticore-tzdata doesn't function properly since /etc/localtime doens't persist.
sanikolaev · 2024-02-14 · 0 · #75
mkswebdev · 2024-09-26 · 4 · #15
epotocko · 2024-09-26
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# …
sanikolaev · 2024-09-17 · 2 · #88
est::size_S
Prepare for building multi-arch docker
githubmanticore · 2023-02-08 · 5 · #25
githubmanticore · 2023-01-03
Improve flexibility of configuration via env. vars
Currently it's possible to configure searchd via env. vars, but it's limited by only those settings that are hardcoded in manticore.conf , so some new and undocumented settings are not working, e.g. -e searchd_query_log_commands=1 . The task is to …
sanikolaev · 2024-09-24 · 7 · #47
est::size_M
Prepare for building multi-arch docker
githubmanticore · 2023-02-08 · 5 · #25
githubmanticore · 2023-01-02
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 …
PavelShilin89 · 2024-09-17 · 1 · #93
Prepare for building multi-arch docker
githubmanticore · 2023-02-08 · 5 · #25
githubmanticore · 2022-12-26
djklim87 · 2024-09-16 · 0 · #94
simonszu · 2024-09-11 · 14 · #91
waiting for reply
djklim87 · 2024-09-04
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 …
donhardman · 2024-09-16 · 8 · #67
bug
simonszu · 2024-09-11 · 14 · #91
waiting for reply
alsoGAMER · 2024-09-04
INITED was calculated wrong in the entrypoint we need to put both manticore.conf.sh and just manticore.conf to MANTICORE_CONFIG
sanikolaev · 2024-02-24 · 0 · #83
sanikolaev · 2024-09-17 · 2 · #88
est::size_S
PavelShilin89 · 2024-09-02
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_ …
mkswebdev · 2024-09-26 · 4 · #15
simonszu · 2024-09-11 · 14 · #91
waiting for reply
simonszu · 2024-09-04
Fix entrypoint for backup restore
We should follow the common logic used in most popular repositories for restoring data. Let's adapt it to only restore on the first initialization and display a warning if we have a backup but it's already initialized.
donhardman · 2024-02-20 · 2 · #76
enhancement
sanikolaev · 2024-09-17 · 2 · #88
est::size_S
PavelShilin89 · 2024-09-11
Improve entrypoint to handle backup restore on first start only
donhardman · 2024-02-20 · 0 · #77
simonszu · 2024-09-11 · 14 · #91
waiting for reply
alsoGAMER · 2024-09-04
manticore-backup is not working
The official full backup instruction is not working: ➜ ~ docker pull manticoresearch/manticore:dev dev: Pulling from manticoresearch/manticore ➜ ~ docker run -e EXTRA=1 --name manticore -v $(pwd)/data:/var/lib/manticore -p 127.0.0.1:9306:9306 -d …
sanikolaev · 2024-02-19 · 3 · #79
bug
simonszu · 2024-09-11 · 14 · #91
waiting for reply
simonszu · 2024-09-04
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/, …
lehha · 2021-12-25 · 1 · #16
Integration Test for PostgreSQL and Manticore using Docker
PavelShilin89 · 2024-09-17 · 1 · #93
PavelShilin89 · 2024-09-11
djklim87 · 2024-05-14 · 0 · #86
simonszu · 2024-09-11 · 14 · #91
waiting for reply
tomatolog · 2024-09-05
Consider VOLUME /var/lib/manticore
Think through it and think how it can help. E.g. can it alleviate the EXTRA=1 thing?
sanikolaev · 2024-05-14 · 3 · #82
Running with --network=host produces FATAL
donhardman · 2024-09-16 · 8 · #67
bug
djklim87 · 2023-12-22
sanikolaev · 2024-02-27 · 0 · #84
simonszu · 2024-09-11 · 14 · #91
waiting for reply
djklim87 · 2024-09-05
sanikolaev · 2024-05-30 · 0 · #87
Running with --network=host produces FATAL
donhardman · 2024-09-16 · 8 · #67
bug
sanikolaev · 2024-01-03
Cannot create directory ‘galera’: File exists
According Telegram issue https://t.me/manticore_chat/7198/10987 mkdir: cannot create directory ‘galera’: File exists Manticore 6.2.13 4950f3d02@24020213 dev (columnar 2.2.5 214ce90@240115) (secondary 2.2.5 214ce90@240115) (knn 2.2.5 214ce90@240115) …
djklim87 · 2024-03-05 · 4 · #85
Running with --network=host produces FATAL
donhardman · 2024-09-16 · 8 · #67
bug
djklim87 · 2024-01-04