summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-11-16 14:48:03 +0100
committerFlorian Pelz <pelzflorian@pelzflorian.de>2024-11-16 21:19:59 +0100
commit0e1ffbc7f5f060f89c890472377a6102f27f6e9b (patch)
tree28ed693ea04c946f807b73330c855e4a2c4891f3 /etc
parentb93434e656eba4260df82158a96c295000d3ff44 (diff)
etc: news: Warn users about postgresql default update.
* etc/news.scm: Add entry. Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de> Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> Change-Id: Ic3c0c3202128a9dab8f7b6b2be369c29237fae04
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm63
1 files changed, 63 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index fbf16615df9..bf0edda00d1 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -25,6 +25,7 @@
25;; Copyright © 2024 Vivien Kraus <vivien@planete-kraus.eu> 25;; Copyright © 2024 Vivien Kraus <vivien@planete-kraus.eu>
26;; Copyright © 2024 Guillaume Le Vaillant <glv@posteo.net> 26;; Copyright © 2024 Guillaume Le Vaillant <glv@posteo.net>
27;; Copyright © 2024 Zheng Junjie <873216071@qq.com> 27;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
28;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
28;; 29;;
29;; Copying and distribution of this file, with or without modification, are 30;; Copying and distribution of this file, with or without modification, are
30;; permitted in any medium without royalty provided the copyright notice and 31;; permitted in any medium without royalty provided the copyright notice and
@@ -33,6 +34,68 @@
33(channel-news 34(channel-news
34 (version 0) 35 (version 0)
35 36
37 (entry (commit "b93434e656eba4260df82158a96c295000d3ff44")
38 (title (en "PostgreSQL service upgrade")
39 (de "PostgreSQL-Dienst aktualisiert")
40 (fr "Mise à jour du service PostgreSQL"))
41 (body
42 (en "\
43This news entry concerns users of the @code{postgresql-service-type}.
44
45The default PostgreSQL used in @code{postgresql-configuration} has been
46deprecated, and will be removed in a few months. However, the value of the
47default @code{postgresql-configuration-postgresql} can't be directly changed
48to a newer major version of PostgreSQL, because switching to a major version
49currently requires a manual update of the database.
50
51Because of this, the default value of postgresql-configuration-postgresql has
52been unset. Current users of the service will have to set it manually. If it
53was unset, use @code{postgresql-10} and plan an upgrade in the next month to a
54supported version of PostgreSQL. To upgrade, you will need to either dump
55your database using your previous version of PostgreSQL and reload it in the
56new version or use the @command{pg_upgrade} application. See
57@url{https://www.postgresql.org/docs/current/upgrading.html} for more info.")
58 (de "\
59Diese Neuigkeit betrifft Nutzer des @code{postgresql-service-type}.
60
61Die in @code{postgresql-configuration} bisher vorgegebene Version von
62PostgreSQL gilt als veraltet und wird in ein paar Monaten entfernt werden.
63Allerdings können wir den Vorgabewert von
64@code{postgresql-configuration-postgresql} nicht einfach für Sie auf eine
65neuere große Version ändern, weil bei so einem Wechsel die Datenbank derzeit
66manuell aktualisiert werden muss.
67
68Aus diesem Grund wurde der Vorgabewert von
69@code{postgresql-configuration-postgresql} von nun an entfernt. Aktuelle
70Nutzer des Dienstes müssen sie selbst setzen. Wenn kein Wert gesetzt war,
71sollten Sie @code{postgresql-10} eintragen und dabei einplanen, dass Sie es
72kommenden Monat auf eine unterstützte Version von PostgreSQL aktualisieren
73müssen. Zum Aktualisieren werden Sie entweder mit der vorherigen Version von
74PostgreSQL ein Dump Ihrer Datenbank exportieren, das Sie dann in der neuen
75Version laden, oder Sie benutzen dafür die Anwendung @command{pg_upgrade}.
76Siehe @url{https://www.postgresql.org/docs/current/upgrading.html} für weitere
77Informationen.")
78 (fr "\
79Ce message concerne les utilisateurs du service-type PostgreSQL.
80
81La précédente version par défaut de PostgreSQL utilisée dans
82@code{postgresqsl-configuration} est obsolète et sera supprimée dans quelques
83mois. Cependant, la valeur de la configuration par défaut
84@code{postgresql-configuration-postgresql} ne peut pas être changée
85directement pour une version majeure prise en charge de PostgreSQL, car le
86passage à une nouvelle version majeure nécessite actuellement une mise à jour
87manuelle de la base de données.
88
89Pour cette raison, la valeur par défaut de
90@code{postgresql-configuration-postgresql} a été supprimée et les utilisateurs
91actuels du service doivent la configurer manuellement. Si elle n’était pas
92définie, utilisez @code{postgresql-10} et prévoyez une mise à jour dans le
93mois à venir vers une version plus récente de PostgreSQL. Pour effectuer la
94mise à jour, vous devrez soit exporter votre base de données sous une version
95de PostgreSQL puis la réimporter sous une nouvelle version, soit utiliser
96l'application @command{pg_upgrade}. Pour plus d'informations, consultez
97@url{https://www.postgresql.org/docs/current/upgrading.html}.")))
98
36 (entry (commit "cfc85eb0c67a5cf10a3fbe2531b926cbb8c62489") 99 (entry (commit "cfc85eb0c67a5cf10a3fbe2531b926cbb8c62489")
37 (title 100 (title
38 (en "Linux-libre 6.10 removed due to end of upstream support") 101 (en "Linux-libre 6.10 removed due to end of upstream support")