mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-29 10:12:34 +00:00 
			
		
		
		
	 c4b076dbb2
			
		
	
	c4b076dbb2
	
	
	
		
			
			## cwctl
-  allow setting up only web/worker deployments for linux
- allow upgrades to a custom branch - experimental
```
Usage Examples:
  # Convert existing full deployment to web-only (for web ASG)
  cwctl --convert web
  # Convert existing full deployment to worker-only (for worker ASG)
   cwctl --convert worker
  # Convert specialized deployment back to full
  cwctl --convert full
  # Fresh installs still work as before
    cwctl -i --web-only    # New web-only install
    cwctl -i --worker-only # New worker-only instal
```
- Upgrading to custom branches is risky, as other dependencies like node
or db might have changed
```
  cwctl --upgrade        # Upgrade to master branch - default
  cwctl -U v4.3.0         # Upgrade to specific release branch 
  cwctl --upgrade feat/new-feature  # Upgrade to feature branch
```
		
	
		
			
				
	
	
		
			2 lines
		
	
	
		
			6 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			6 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 4.4.0
 |