Hello,
My PostgreSQL database p7968_jdunyara has a critical error with the timescaledb extension.
Any query related to it fails with:
ERROR: could not access file "$libdir/timescaledb-2.15.2": No such file or directory
This has corrupted my chat_history hypertable, and I can no longer write to it or modify it. My application is down.
Please run the following command as a superuser to fix this:
DROP EXTENSION timescaledb CASCADE;
This should completely remove the faulty extension and fix my table.
Database details:
Database Name: p7968_jdunyara
Username: p7968_jdunyara
Host: pgsql2.serv00.com
Thank you for your urgent help.