mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #2305] Docker install fails on init - ModuleNotFoundError: No module named 'psycopg2' #3367
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FurkanAlev on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2305
Hello,
I am trying to install Tactical RMM using Docker with an external PostgreSQL 16 server, but the installation fails.
The
tactical-initcontainer gets stuck in a loop with the message: "waiting for postgresql container to be ready...".After extensive troubleshooting with Gemini Pro, we ran a Python command inside the
tactical-initcontainer and found the root cause:ModuleNotFoundError: No module named 'psycopg2'This indicates that the required PostgreSQL driver is missing from the Python environment.
Troubleshooting steps taken:
psqlcontainer on the same network..envanddocker-compose.yml.latestand1.2.0tags for the VERSION variable.docker compose down,docker volume rm ...) before each attempt to avoid caching issues.The problem seems to be with the Docker image build.