infra/stacks/broker-sync
Viktor Barzin 6d13ba12da broker-sync: add fsGroup=10001 to trading212 cron pod spec
Without supplementary GID 10001, the broker user (uid=10001 gid=999)
cannot write sqlite3 journal files next to /data/sync.db. The cron
hits a "readonly database" error in dedup.record() AFTER successfully
importing fills to Wealthfolio — so data lands but the dedup store
never updates, leaving every subsequent run to re-fetch the same
window and exit 1 again. Same fix that's already on imap + ibkr crons.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 09:20:16 +00:00
..
main.tf broker-sync: add fsGroup=10001 to trading212 cron pod spec 2026-05-27 09:20:16 +00:00
terragrunt.hcl Add broker-sync Terraform stack (#7) 2026-04-17 21:17:45 +01:00