Permission issue while installing timescaledb extension in managed database

Hi there,

I am trying to install an extension named timescaledb in a Linode's managed Postgres database. However, I am getting permission issue as -

ERROR: permission denied to create extension "timescaledb"
HINT: Must be superuser to create this extension.

I have read in the documentation that some extensions are not compatible. However, timescaledb seems to be compatible.

Please let me know if it is possible to create this extension without superuser, or is it even possible.

1 Reply

To get the timescaledb extension installed on your Managed PostgreSQL Database, you will need to reach out to the Support Team with the extension name, the name of the database you want the extension installed on, and your use case. The same is true for several other compatible extensions for your PostgreSQL database.

This information is noted in the PostgreSQL Extensions Guide.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct