mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Revert "ci: Temporarily upgrade postgresql-client-common before upgrading."
This reverts commit2ec288a983. Debian fixed this in7df2322ef5, and it was released as version 257: https://metadata.ftp-master.debian.org/changelogs//main/p/postgresql-common/postgresql-common_257_changelog
This commit is contained in:
		
				
					committed by
					
						
						Anders Kaseorg
					
				
			
			
				
	
			
			
			
						parent
						
							1d52d08803
						
					
				
				
					commit
					b3115fd7c3
				
			
							
								
								
									
										11
									
								
								.github/workflows/production-suite.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/production-suite.yml
									
									
									
									
										vendored
									
									
								
							@@ -280,17 +280,6 @@ jobs:
 | 
			
		||||
          sudo mkdir -p "${dirs[@]}"
 | 
			
		||||
          sudo chown -R github "${dirs[@]}"
 | 
			
		||||
 | 
			
		||||
      - name: Temporarily bootstrap PostgreSQL upgrades
 | 
			
		||||
        # https://chat.zulip.org/#narrow/stream/43-automated-testing/topic/postgres.20client.20upgrade.20failures/near/1640444
 | 
			
		||||
        # On Debian, there is an ordering issue with post-install maintainer
 | 
			
		||||
        # scripts when postgresql-client-common is upgraded at the same time as
 | 
			
		||||
        # postgresql-client and postgresql-client-15.  Upgrade just
 | 
			
		||||
        # postgresql-client-common first, so the main upgrade process can
 | 
			
		||||
        # succeed.  This is a _temporary_ work-around to improve CI signal, as
 | 
			
		||||
        # the failure does represent a real failure that production systems may
 | 
			
		||||
        # encounter.
 | 
			
		||||
        run: sudo apt-get update && sudo apt-get install -y --only-upgrade postgresql-client-common
 | 
			
		||||
 | 
			
		||||
      - name: Upgrade production
 | 
			
		||||
        run: sudo /tmp/production-upgrade
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user