1060778506
73689ccf9b
QueryDeadlockError (1020) on fresh Docker install with MariaDB 11 when Insights is installed
...
## Environment
- Frappe version: v15.101.3 (latest)
- Insights version: 3.3.1
- MariaDB: 11.8 (official docker image)
- Deployment: Docker (custom image based on frappe/bench)
- Transaction isolation: REPEATABLE-READ (default)
## Steps to Reproduce
1. Fresh Docker deployment
2. Install Insights
3. Login for the first time
4. System automatically creates User → Contact
5. Background job `create_contact` runs
6. Error occurs
## Error
QueryDeadlockError: (1020, "Record has changed since last read in table 'tabContact'")
Traceback attached below.
## Observation
- If Insights is NOT installed → no error
- If database isolation level is changed to READ-COMMITTED → no error
## Suspected Cause
Insights hooks on Contact insert/update may be triggering additional DB reads/writes within the same transaction, which conflicts with MariaDB 11 default REPEATABLE READ isolation.
## Question
Should Insights defer its hooks using enqueue_after_commit=True or after_commit mechanism to avoid transaction conflicts under default MariaDB settings?
2026-03-02 20:54:37 +08:00
github-actions
85aaca4bd5
chore: Update example.env
2026-02-26 08:57:12 +00:00
github-actions
4dd24f1fd0
chore: Update example.env
2026-02-26 07:23:06 +00:00
github-actions
4cac43fda3
chore: Update example.env
2026-02-26 06:32:16 +00:00
github-actions
73edefc49d
chore: Update example.env
2026-02-25 07:01:07 +00:00
Daniel Radl
ce4c38f5d7
Merge pull request #1815 from trustedcomputer/feat-add-chromium-pdf-generator-support
...
feat: add chromium pdf generator support
2026-02-19 18:22:33 +01:00
Trusted Computer
2c43d34646
feat: add chromium pdf generator support
2026-02-19 09:10:18 -08:00
Daniel Radl
f0a511879e
Merge pull request #1816 from Rocket-Quack/fix/acme-companion-container-id
...
fix: Add acme-companion nginx discovery label to nginx-proxy
2026-02-19 13:37:08 +01:00
github-actions
878fd85511
chore: Update example.env
2026-02-19 05:29:17 +00:00
RocketQuack
38d96e1d95
fix: Add label for acme discovery to nginx-proxy
2026-02-18 17:31:35 +01:00
github-actions
7325c316b8
chore: Update example.env
2026-02-17 14:39:17 +00:00
trustedcomputer
8b3def7162
feat: add chromium pdf generator support
2026-02-16 06:51:59 -08:00
github-actions
d56cd8851e
chore: Update example.env
2026-02-11 06:29:21 +00:00
github-actions
1ad2bba116
chore: Update example.env
2026-02-11 05:23:38 +00:00
Daniel Radl
d38e79e4a3
Merge pull request #1807 from AMR-Mannesmann/Update-workflow-to-remove-v14-and-use-v16
...
Update workflow to remove v14 and use v16
2026-02-07 17:54:45 +01:00
Daniel Radl
ef90ecb5aa
Update workflow to remove v14 and use v16
2026-02-07 17:41:21 +01:00
Daniel Radl
7784c78fb7
Merge pull request #1802 from david-loe/patch-1
...
Update Python and Node.js versions in Containerfile
Drop frappe `v14` compatibility
2026-02-07 17:07:05 +01:00
david-loe
4de2ce5307
Update FRAPPE_BRANCH to version-16
2026-02-07 09:57:45 +01:00
david-loe
abd0554e65
changed _V14 to _PREV
2026-02-07 09:56:19 +01:00
RocketQuack
99d9a1dc38
feat: add nginx-proxy with acme companion as an alternative to traefik ( #1800 )
...
* refactor: move core nginx files into more recognizable folder structure
* chore: include HTTPS_PUBLISH_PORT in example .env
* feat: add nginx-proxy and acme-companion compose overrides
* docs: add NGINX_PROXY_HOSTS to example.env
* docs: add nginx-proxy overrides
* docs: split docs, variables for usage of traefik or nginx-proxy
* docs: update override notes for traefik proxy on separate stack
* docs: split TLS/SSL overview and add own caddy guide
* docs: add nginx-proxy + acme companion guide
* docs: add nginx-proxy and acme single-server setup guide
2026-02-06 09:56:28 +05:30
github-actions
3d46cb84e0
chore: Update example.env
2026-02-05 11:24:40 +00:00
github-actions
63b75a4431
chore: Update example.env
2026-02-03 17:45:28 +00:00
david-loe
4a29d63c52
Update Frappe branch version to 16
2026-01-31 09:08:17 +01:00
david-loe
fbf00c802d
Update Python, Node, and Frappe versions in Containerfile
2026-01-31 09:06:00 +01:00
david-loe
30efa35347
Update Python and Node.js versions in Containerfile
2026-01-30 16:48:12 +01:00
github-actions
23593bfadb
chore: Update example.env
2026-01-29 13:24:18 +00:00
github-actions
9a429695a8
chore: Update example.env
2026-01-28 04:39:33 +00:00
Daniel Radl
e3ce6c6081
Merge pull request #1796 from Rocket-Quack/chore/Update-Traefik-to-Version-3.6
...
chore: Update Traefik to version 3.6 and add migration doc
2026-01-26 12:32:52 +01:00
RocketQuack
a022f94591
tests: stop writing legacy SITES in env
2026-01-25 14:33:02 +01:00
RocketQuack
bfb040e5a6
docs: mark v3 migration complete
2026-01-25 14:31:46 +01:00
RocketQuack
269e44e2cd
feat: drop rule syntax and v2 override
2026-01-25 14:30:48 +01:00
github-actions
56c8f7e277
chore: Update example.env
2026-01-20 17:03:43 +00:00
RocketQuack
e3e332659d
Merge branch 'chore/Update-Traefik-to-Version-3.6' of https://github.com/Rocket-Quack/frappe_docker into chore/Update-Traefik-to-Version-3.6
2026-01-20 13:24:08 +01:00
RocketQuack
a69b002881
tests: set SITES_RULE correctly for https override
2026-01-20 13:23:30 +01:00
RocketQuack
6b0a7cc218
Merge branch 'main' into chore/Update-Traefik-to-Version-3.6
2026-01-19 22:33:19 +01:00
Daniel Radl
71da246b40
Merge pull request #1798 from Rocket-Quack/chore/Transition-Update-Traefik-to-Version-3.6
...
chore: Transition preparations to update Traefik Image to version 3.6
2026-01-19 22:11:18 +01:00
RocketQuack
80a11fb47f
chore: run pre-commit fixes
2026-01-19 19:31:55 +01:00
RocketQuack
a1265baed6
chore: run pre-commit fixes
2026-01-19 19:07:33 +01:00
Rocket-Quack
a6e92bf984
fix(lint): Traefik transition comment typo
2026-01-19 17:36:49 +01:00
Rocket-Quack
166a904041
docs: deprecation note for SITES in favor of SITES_RULE for v3 traefik
2026-01-19 15:24:43 +01:00
Rocket-Quack
81ca6ca522
chore(traefik): usage of v3 traefik with v2 rule syntax
2026-01-19 15:23:06 +01:00
Rocket-Quack
c5525bf021
docs: add Traefik v2 to v3 migration guide
2026-01-16 13:27:10 +01:00
Rocket-Quack
9a4a078bde
docs: update Traefik v3 SITES_RULE usage and examples
2026-01-16 13:04:34 +01:00
Rocket-Quack
108fb0e6af
docs(env): switch SITES to SITES_RULE for v3 traefik
2026-01-16 12:53:48 +01:00
Rocket-Quack
8afa5d60f5
chore(traefik): migrate compose overrides to v3 traefik
2026-01-16 12:52:20 +01:00
github-actions
bc254c2b4c
chore: Update example.env
2026-01-14 12:42:50 +00:00
github-actions
56c6520e29
chore: Update example.env
2026-01-13 15:11:17 +00:00
Revant Nandgaonkar
f5fc7b40ae
feat: publish version 16 for helm chart ( #1758 )
2026-01-13 13:52:46 +05:30
github-actions
184499f998
chore: Update example.env
2026-01-08 08:43:10 +00:00
github-actions
6897174970
chore: Update example.env
2026-01-07 05:23:32 +00:00