You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> timescale-doctor postgres://postgres:1@localhost:5432
Traceback (most recent call last):
File "/home/james/workspace/doctor/venv/bin/timescale-doctor", line 8, in<module>sys.exit(main())
File "/home/james/workspace/doctor/venv/lib/python3.10/site-packages/doctor/cli.py", line 57, in main
check_rules(dsn)
File "/home/james/workspace/doctor/venv/lib/python3.10/site-packages/doctor/__init__.py", line 83, in check_rules
forreportin rule.execute(conn, rule.message):
File "/home/james/workspace/doctor/venv/lib/python3.10/site-packages/doctor/__init__.py", line 62, in execute
cursor.execute(self.query) # pylint: disable=E1101
File "/nix/store/khvw06lqds60i0npy58zs27xpwb8x0d9-python3.10-psycopg2-2.9.5/lib/python3.10/site-packages/psycopg2/extras.py", line 236, in execute
returnsuper().execute(query, vars)
psycopg2.errors.UndefinedTable: relation "_timescaledb_catalog.hypertable" does not exist
LINE 5: FROM _timescaledb_catalog.hypertable ht
^
The text was updated successfully, but these errors were encountered:
When run against a database without timescaledb:
The text was updated successfully, but these errors were encountered: