permission denied to create extension "timescaledb" #315
              
                
                  
                  
                    Answered
                  
                  by
                    iand
                  
              
          
                  
                    
                      zenghao306
                    
                  
                
                  asked this question in
                General
              
            -
| 2020-12-11T08:39:24.999Z FATAL visor sentinel-visor/main.go:137 creating timescaledb extension: ERROR #42501 permission denied to create extension "timescaledb" please tell me how to solve this problem,thanks | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            iand
          
      
      
        Dec 16, 2020 
      
    
    Replies: 1 comment
-
| Hi, You need to run visor with a user who has permissions to create extensions. By default the superuser has permissions. If you are using a packaged version of postgresql (such as the bitnami docker image) then your user may not have the necessary permissions. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        zenghao306
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hi, You need to run visor with a user who has permissions to create extensions. By default the superuser has permissions. If you are using a packaged version of postgresql (such as the bitnami docker image) then your user may not have the necessary permissions.