Re: impact of version upgrade on fts - Mailing list pgsql-general

From Robert Treat
Subject Re: impact of version upgrade on fts
Date
Msg-id CABV9wwO0paORDw3vs1imW_aVwjmTunvtfcNBu+W_ooZbX3kYtA@mail.gmail.com
Whole thread Raw
In response to Re: impact of version upgrade on fts  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: impact of version upgrade on fts  (Malik Rumi <malik.a.rumi@gmail.com>)
List pgsql-general
On Sun, Apr 25, 2021 at 11:27 AM Adrian Klaver
<adrian.klaver@aklaver.com> wrote:
>
> On 4/25/21 5:28 AM, Malik Rumi wrote:
> > Greetings.
> >
> > I am about to do a long overdue upgrade to the latest version, which I
> > believe is 13.2. However, I have full text search in my current install
> > (9.4) and I am wondering if there are any special provisions I need to
> > take to make sure that is not lost in the transition?  If this would be
> > true for any other packages, please advise and or point me to the place
> > in the docs where I can read up on this. I looked and did not see
> > anything, which just proves I didn't know what to look for. Thanks.
>
> FTS used to be a separate extension(tsearch2) before version Postgres
> version 8.3. Since then it has been integrated into the core code, so it
> would not be lost. That being said it would be advisable to read the
> release notes for 9.5 --> 13 to see what changed in the core code.
>

You should also check the release notes / process of any "non-core"
extensions you might be using, for example PostGIS has had a number of
changes and you'll need to upgrade the extension itself to work in the
new version of Postgres. Specifics around that will also depend on how
you instead to run your upgrade process.


Robert Treat
https://xzilla.net



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: client waits for end of update operation and server proc is idle
Next
From: Matthias Apitz
Date:
Subject: Re: client waits for end of update operation and server proc is idle