mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 18:48:35 +00:00 
			
		
		
		
	 4adffef439
			
		
	
	
		4adffef439
		
			
		
	
	
	
	
		
			
			* Update the partial references for 1.7.x-SNAPSHOT * Delete image folder for 1.4 and add images for 1.7 * Update the new connector stages
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Upgrade OpenMetadata
 | |
| slug: /deployment/upgrade
 | |
| collate: false
 | |
| ---
 | |
| 
 | |
| # Upgrade OpenMetadata
 | |
| 
 | |
| In this guide, you will find all the necessary information to safely upgrade your OpenMetadata instance to 1.3.x.
 | |
| 
 | |
| {% partial file="/v1.7/deployment/upgrade/upgrade-prerequisites.md" /%}
 | |
| 
 | |
| # Upgrade your installation
 | |
| 
 | |
| Once your metadata is safe, follow the required upgrade instructions based on your environment:
 | |
| 
 | |
| {% inlineCalloutContainer %}
 | |
|   {% inlineCallout
 | |
|     color="violet-70"
 | |
|     icon="fit_screen"
 | |
|     bold="Upgrade a Kubernetes Deployment"
 | |
|     href="/deployment/upgrade/kubernetes#upgrade-process" %}
 | |
|       Upgrade your Kubernetes installation
 | |
|   {% /inlineCallout %}
 | |
| 
 | |
|   {% inlineCallout
 | |
|     color="violet-70"
 | |
|     icon="celebration"
 | |
|     bold="Upgrade a Docker Deployment"
 | |
|     href="/deployment/upgrade/docker#upgrade-process" %}
 | |
|       Upgrade your Docker installation
 | |
|   {% /inlineCallout %}
 | |
| 
 | |
|   {% inlineCallout
 | |
|     color="violet-70"
 | |
|     icon="storage"
 | |
|     bold="Upgrade a Bare Metal Deployment"
 | |
|     href="/deployment/upgrade/bare-metal#upgrade-process" %}
 | |
|       Upgrade your Bare Metal installation
 | |
|   {% /inlineCallout %}
 | |
| {% /inlineCalloutContainer %}
 | |
| 
 | |
| {% partial file="/v1.7/deployment/upgrade/post-upgrade-steps.md" /%}
 |