From: | Rickson Marshall <rmarshall(at)c2n(dot)com> |
---|---|
To: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | RE: Postgresql database and application server compatibility |
Date: | 2022-09-30 17:58:24 |
Message-ID: | IA1PR19MB6370421BC1594D9C79EE2888FC569@IA1PR19MB6370.namprd19.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks Laurenz.
Regards,
Rickson
-----Original Message-----
From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Sent: Friday, September 30, 2022 12:53 PM
To: Rickson Marshall <rmarshall(at)c2n(dot)com>; pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Postgresql database and application server compatibility
EXTERNAL EMAIL
On Fri, 2022-09-30 at 01:36 +0000, Rickson Marshall wrote:
> We will be moving from Postgresql 9.6 to Postgresql 13.XX which will be installed in our
> Rocky Linux 8 database server which will talk to our application which will be installed
> in our Windows application Server which will have a 2022 Windows Server installed in it.
>
> Please forgive me if this question is too novice in nature. Will Postgresql 13.XX installed
> in Rocky Linux 8 database server have any issues communicating with our application installed
> in our Windows application Server with a 2022 Windows Server.
>
> Please note that our application is compatible with the database Postgresql 13.XX as well
> as Windows Server 2022
If your application works with PostgreSQL v13, it will work no matter on which operating
system the server is running.
Make sure to upgrade the PostgreSQL client library on the application server as well.
The more recent that is, the better.
Test well.
Yours,
Laurenz Albe
From | Date | Subject | |
---|---|---|---|
Next Message | Peter J. Holzer | 2022-09-30 18:45:15 | Re: Limiting the operations that client-side code can perform upon its database backend's artifacts |
Previous Message | Laurenz Albe | 2022-09-30 17:53:23 | Re: Postgresql database and application server compatibility |