Postgres Data
            
            #702
          
          
        -
| 
         I have two multi-pod clusters - one where there is no repository overlap and one where there is overlap. I'm currious what data is stored in the DB to know if it is possible to have one postgresql DB shared between both clusters or one per cluster, rather than one per pod.  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            rarkins
          
      
      
        May 2, 2025 
      
    
    Replies: 1 comment 2 replies
-
| 
         You can't share database tables in this manner. You'd need to use different schemas  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Unique per CE instance. Per endpoint.