Let's try this ownership setting?
This commit is contained in:
		
							parent
							
								
									287cfe7aee
								
							
						
					
					
						commit
						6d8163c538
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -16,19 +16,19 @@
 | 
			
		|||
    ensureUsers = [
 | 
			
		||||
      {
 | 
			
		||||
        name = "nextcloud";
 | 
			
		||||
        ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
 | 
			
		||||
        ensureDBOwnership = true;
 | 
			
		||||
      }
 | 
			
		||||
      {
 | 
			
		||||
        name = "onlyoffice";
 | 
			
		||||
        ensurePermissions."DATABASE onlyoffice" = "ALL PRIVILEGES";
 | 
			
		||||
        ensureDBOwnership = true;
 | 
			
		||||
      }
 | 
			
		||||
      {
 | 
			
		||||
        name = "akkoma";
 | 
			
		||||
        ensurePermissions."DATABASE akkoma" = "ALL PRIVILEGES";
 | 
			
		||||
        ensureDBOwnership = true;
 | 
			
		||||
      }
 | 
			
		||||
      {
 | 
			
		||||
        name = "gotosocial";
 | 
			
		||||
        ensurePermissions."DATABASE gotosocial" = "ALL PRIVILEGES";
 | 
			
		||||
        ensureDBOwnership = true;
 | 
			
		||||
      }
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue