Skip to content

Troubleshooting

yuenmichelle1 edited this page Jul 25, 2023 · 1 revision

Troubleshooting Tips

  • If you are receiving Postgres errors where Timescale Functions are not recognized; double check that the Timescale Extension is installed. If not, run the following:
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE; 

Clone this wiki locally