| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Thomas Kellerer <spam_eater(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [GENERAL] pg_upgrade from 9.5 to 9.6 fails with "invalid argument" |
| Date: | 2016-09-30 16:48:24 |
| Message-ID: | 2491af5c-c9bf-a07d-7d42-3ef442db14e4@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
On 09/30/2016 12:24 PM, Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>> On 09/30/2016 10:25 AM, Tom Lane wrote:
>>> Oh! How would I enable or use that?
>> 1. Pull the latest version of the module from git.
>> 2. enable it in your buildfarm config file
>> 3. do "run_branches.pl --run-all --verbose --test" and watch the output
> Seems to be some additional prep work needed somewhere ...
>
> No upgrade_install_root at /home/bfarm/bf-scripts/build-farm-4.17/PGBuild/Modules/TestUpgradeXversion.pm line 51.
> No upgrade_install_root at /home/bfarm/bf-scripts/build-farm-4.17/PGBuild/Modules/TestUpgradeXversion.pm line 51.
> No upgrade_install_root at /home/bfarm/bf-scripts/build-farm-4.17/PGBuild/Modules/TestUpgradeXversion.pm line 51.
>
>
Oh sorry, you also need an entry for that in the config file. Mine has:
upgrade_install_root => '/home/bf/bfr/root/upgrade',
cheers
andre
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tim Clarke | 2016-09-30 17:10:30 | Re: [ANNOUNCE] pgAdmin 4 v1.0 Released! |
| Previous Message | Tom Lane | 2016-09-30 16:47:35 | Re: Parallel query only when EXPLAIN ANALYZEd |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Anastasia Lubennikova | 2016-09-30 16:50:18 | Re: sequences and pg_upgrade |
| Previous Message | Thomas Kellerer | 2016-09-30 16:47:17 | Re: [GENERAL] pg_upgrade from 9.5 to 9.6 fails with "invalid argument" |