mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	pg_upgrade docs: don't use cluster for binary/lib
In a few cases, pg_upgrade said old/new cluster location when it meant old/new Postgres install location, so fix those. Per private email report
This commit is contained in:
		@@ -81,14 +81,14 @@
 | 
				
			|||||||
     <varlistentry>
 | 
					     <varlistentry>
 | 
				
			||||||
      <term><option>-b</option> <replaceable>old_bindir</></term>
 | 
					      <term><option>-b</option> <replaceable>old_bindir</></term>
 | 
				
			||||||
      <term><option>--old-bindir=</option><replaceable>old_bindir</></term>
 | 
					      <term><option>--old-bindir=</option><replaceable>old_bindir</></term>
 | 
				
			||||||
      <listitem><para>the old cluster executable directory;
 | 
					      <listitem><para>the old PostgreSQL executable directory;
 | 
				
			||||||
      environment variable <envar>PGBINOLD</></para></listitem>
 | 
					      environment variable <envar>PGBINOLD</></para></listitem>
 | 
				
			||||||
     </varlistentry>
 | 
					     </varlistentry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     <varlistentry>
 | 
					     <varlistentry>
 | 
				
			||||||
      <term><option>-B</option> <replaceable>new_bindir</></term>
 | 
					      <term><option>-B</option> <replaceable>new_bindir</></term>
 | 
				
			||||||
      <term><option>--new-bindir=</option><replaceable>new_bindir</></term>
 | 
					      <term><option>--new-bindir=</option><replaceable>new_bindir</></term>
 | 
				
			||||||
      <listitem><para>the new cluster executable directory;
 | 
					      <listitem><para>the new PostgreSQL executable directory;
 | 
				
			||||||
      environment variable <envar>PGBINNEW</></para></listitem>
 | 
					      environment variable <envar>PGBINNEW</></para></listitem>
 | 
				
			||||||
     </varlistentry>
 | 
					     </varlistentry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -255,7 +255,8 @@ gmake prefix=/usr/local/pgsql.new install
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <para>
 | 
					    <para>
 | 
				
			||||||
     Install the <application>pg_upgrade</> binary and
 | 
					     Install the <application>pg_upgrade</> binary and
 | 
				
			||||||
     <application>pg_upgrade_support</> library in the new PostgreSQL cluster.
 | 
					     <application>pg_upgrade_support</> library in the new PostgreSQL
 | 
				
			||||||
 | 
					     installation.
 | 
				
			||||||
    </para>
 | 
					    </para>
 | 
				
			||||||
   </step>
 | 
					   </step>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user