Error using timescaledb
Hi, I'm currently getting my local environment set up with supabase and when I try to run I'm getting the error
This seems to be a common issue when working with timescaledb as indicated by issues like this. https://github.com/timescale/timescaledb/issues/1581
I believe this could be solved by adding the flag to the pg_dump command but how would I append that flag to the command? Thanks again!
This seems to be a common issue when working with timescaledb as indicated by issues like this. https://github.com/timescale/timescaledb/issues/1581
I believe this could be solved by adding the flag to the pg_dump command but how would I append that flag to the command? Thanks again!
GitHub
Relevant system information: OS: archlinux 64bit kernel 5.1.15 PostgreSQL version (output of postgres --version): postgres (PostgreSQL) 11.2 TimescaleDB version (output of \dx in psql): 1.5.1 Insta...