| From: | Ron <ronljohnsonjr(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: database files are incompatible with server |
| Date: | 2019-08-23 01:29:37 |
| Message-ID: | 8ea2fa0b-740b-f7bf-1605-8cb705625519@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 8/22/19 7:08 PM, Adrian Klaver wrote:
> On 8/22/19 4:52 PM, Igal @ Lucee.org wrote:
>> I have a data directory that was created by Postgres 12 (I thought beta 3
>> but now am not sure anymore) running in Docker.
>>
>> I have installed Postgres 12b3 as a Systemd service and am trying to set
>> the cluster to the same PGDATA. I have set the owner of the directory to
>> postgres:postrgres, and the permissions to 0700, but I'm getting the
>> following error:
>>
>> 2019-08-22 23:40:48.759 UTC [23044] FATAL: database files are
>> incompatible with server
>> 2019-08-22 23:40:48.759 UTC [23044] DETAIL: The database cluster was
>> initialized with CATALOG_VERSION_NO 201906161, but the server was
>> compiled with CATALOG_VERSION_NO 201907221.
>
> So the cluster is from an older version then the server.
Aren't Pg files supposed to be compatible within minor versions?
--
Angular momentum makes the world go 'round.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2019-08-23 01:49:24 | Re: database files are incompatible with server |
| Previous Message | Adrian Klaver | 2019-08-23 00:08:58 | Re: database files are incompatible with server |