Odpověď na názor

Odpovídáte na názor k článku PostgreSQL 18 přináší asynchronní subsystém I/O (AIO). Názory mohou přidávat pouze registrovaní uživatelé. Nově přidané názory se na webu objeví až po schválení redakcí.

  • 26. 9. 2025 15:35

    ja.

    Ano. (Ja som si to vsimol v popise dockeroveho image):

    > Important Change: the PGDATA environment variable of the image was changed to be version specific in PostgreSQL 18 and above⁠. For 18 it is /var/lib/postgres­ql/18/docker. Later versions will replace 18 with their respective major version (e.g., /var/lib/postgres­ql/19/docker for PostgreSQL 19.x). The defined VOLUME was changed in 18 and above to /var/lib/postgres­ql. Mounts and volumes should be targeted at the updated location. This will allow users upgrading between PostgreSQL major releases to use the faster --link when running pg_upgrade and mounting /var/lib/postgres­ql.