Re: missing docs for new minor releases

From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Robert Treat <rob(at)xzilla(dot)net>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: missing docs for new minor releases
Date: 2023-02-09 17:03:43
Message-ID: 8f790056-97e9-3dbc-cb71-236bedb528c7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On 2/9/23 11:37 AM, Jonathan S. Katz wrote:
> On 2/9/23 10:34 AM, Robert Treat wrote:
>> I reckon someone may already be working on this, but in case not, FYI
>> that the urls linked from the docs section of the website are giving
>> 404's...
>> ie.
>> from-> https://www.postgresql.org/docs/release/
>> <https://www.postgresql.org/docs/release/>
>> to-> https://www.postgresql.org/docs/release/14.7/
>> <https://www.postgresql.org/docs/release/14.7/>
>> as well as the other new minor releases.
>
> This was a caching issue and should now be resolved.

Barring exceptional circumstances, this two-liner should be the fix for
this issue, i.e. operator error.

When a version record is updated, this will purge from the cache all the
release notes associated with that version. We could further limit it to
the latest major/minor, but I do want to anticipate any errors that
could occur with setting the version record, e.g. an overincrement.

This also purges the "/docs/release/" page itself, as that needs to
contain the updated list of release notes.

Thanks,

Jonathan

Attachment Content-Type Size
release-cache-purge.diff text/plain 438 bytes

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2023-02-09 17:45:05 Re: missing docs for new minor releases
Previous Message Jonathan S. Katz 2023-02-09 16:37:03 Re: missing docs for new minor releases