Is there option to enable Timescale with TSL license on the postgres image?
virtuman opened this issue · 1 comments
virtuman commented
Bug report
I don't know if I can't find it in the docs, but is there an option for a TimescaleDB extension to be enabled with "timescale" license on this image? I use timescale extensively and apache license is very limiting and most features are not available.
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
run a container with supabase/postgres image
psql -U postgres -d postgres
CREATE EXTENSION IF NOT EXISTS timescaledb;
ALTER SYSTEM SET timescaledb.license = 'timescale';
SELECT pg_reload_conf();
i keep on getting error that library file for tsl license does not exist
Expected behavior
It should switch the license type
System information
any supabase/postgres image, i primarily use 15.6