You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Remove deprecated archive-max-mb option.
This commit is contained in:
		| @@ -209,10 +209,8 @@ sub process | ||||
|  | ||||
|     foreach my $strOption (sort(keys(%{$oOptionDefine}))) | ||||
|     { | ||||
|         if ($strOption =~ /^test/ || $strOption eq CFGOPT_ARCHIVE_MAX_MB) | ||||
|         { | ||||
|             next; | ||||
|         } | ||||
|         # Test options are not documented | ||||
|         next if ($strOption =~ /^test/); | ||||
|  | ||||
|         # Iterate through all commands | ||||
|         my @stryCommandList = sort(keys(%{defined($$oOptionDefine{$strOption}{&CFGDEF_COMMAND}) ? | ||||
|   | ||||
		Reference in New Issue
	
	Block a user