[GH-ISSUE #1610] django.db.utils.ProgrammingError: relation "silk_request" does not exist #1007

Closed
opened 2026-03-02 02:20:33 +03:00 by kerem · 0 comments
Owner

Originally created by @edsonblwolf on GitHub (Aug 22, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1610

ran troubleshoot_server.sh


Getting summary output of logs
  File "/rmm/api/env/lib/python3.11/site-packages/django/db/utils.py", line 91, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/rmm/api/env/lib/python3.11/site-packages/django/db/backends/utils.py", line 89, in _execute
    return self.cursor.execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/rmm/api/env/lib/python3.11/site-packages/psycopg/cursor.py", line 737, in execute
    raise ex.with_traceback(None)
django.db.utils.ProgrammingError: relation "silk_request" does not exist
LINE 1: INSERT INTO "silk_request" ("id", "path", "query_params", "r...

I installed the packages:
pip install django_extensions django-silk

And still the error appears

Originally created by @edsonblwolf on GitHub (Aug 22, 2023). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1610 ran troubleshoot_server.sh ``` Getting summary output of logs File "/rmm/api/env/lib/python3.11/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/rmm/api/env/lib/python3.11/site-packages/django/db/backends/utils.py", line 89, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/rmm/api/env/lib/python3.11/site-packages/psycopg/cursor.py", line 737, in execute raise ex.with_traceback(None) django.db.utils.ProgrammingError: relation "silk_request" does not exist LINE 1: INSERT INTO "silk_request" ("id", "path", "query_params", "r... ``` I installed the packages: pip install django_extensions django-silk And still the error appears
kerem closed this issue 2026-03-02 02:20:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#1007
No description provided.