Re: [GENERAL] Upgrade: 9.0.5->9.3.3

2014-03-18 Thread Rich Shepard
On Tue, 18 Mar 2014, Tom Lane wrote: Your PATH seems to be finding initdb in /bin (or is that /usr/bin), not the one you want under /opt/pgsql-9.3.3. Tom, Thanks for catching what I did not see. There was an initdb from 2011 in /bin/ and the new one in /usr/bin/ is a softlink to ../lib/post

Re: [GENERAL] Upgrade: 9.0.5->9.3.3

2014-03-18 Thread Tom Lane
Rich Shepard writes: > On Mon, 17 Mar 2014, Rich Shepard wrote: >> Now, -9.0.5 is installed in /usr/local/pgsql/ and -9.3.3 is installed in >> /opt/pgsql-9.3.3. I want to use pg_upgrade and have read the Web page with >> the instructions. >I am having problems initializing the new version in

Re: [GENERAL] Upgrade: 9.0.5->9.3.3

2014-03-18 Thread Rich Shepard
On Mon, 17 Mar 2014, Rich Shepard wrote: Now, -9.0.5 is installed in /usr/local/pgsql/ and -9.3.3 is installed in /opt/pgsql-9.3.3. I want to use pg_upgrade and have read the Web page with the instructions. I am having problems initializing the new version in /opt/pgsql-9.3.3. I kill the po

Re: [GENERAL] Upgrade: 9.0.5->9.3.3

2014-03-17 Thread Rich Shepard
On Mon, 17 Mar 2014, Tom Lane wrote: I'm guessing from those path names that you are using self-compiled executables, not somebody's packaging? If the latter, whose? I'm confused as to how you got pg_upgrade installed without knowing where it came from. Tom, Both were buit with scripts fr

Re: [GENERAL] Upgrade: 9.0.5->9.3.3

2014-03-17 Thread Tom Lane
Rich Shepard writes: >Now, -9.0.5 is installed in /usr/local/pgsql/ and -9.3.3 is installed in > /opt/pgsql-9.3.3. I want to use pg_upgrade and have read the Web page with > the instructions. I'm guessing from those path names that you are using self-compiled executables, not somebody's packa