Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 593cc027 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

head-node: Upgrade to PostgreSQL 15.

Data has been migrated via ‘pg_dumpall’ as explained at
<https://www.postgresql.org/docs/current/upgrading.html>.

* head-node.scm (postgreslq-configuration)[postgreslq]: Change to
POSTGRESLQ-15.
parent 53d34ae5
No related branches found
No related tags found
No related merge requests found
...@@ -510,7 +510,11 @@ export CUIRASS_LOGGING_LEVEL=${CUIRASS_LOGGING_LEVEL:-debug}\n" ...@@ -510,7 +510,11 @@ export CUIRASS_LOGGING_LEVEL=${CUIRASS_LOGGING_LEVEL:-debug}\n"
;; <https://www.postgresql.org/docs/current/runtime-config-connection.html>. ;; <https://www.postgresql.org/docs/current/runtime-config-connection.html>.
(service postgresql-service-type (service postgresql-service-type
(postgresql-configuration (postgresql-configuration
(postgresql postgresql-10) ;; See
;; <https://www.postgresql.org/docs/current/upgrading.html>
;; on how to upgrade the database when migrating
;; to a newer version of PostgreSQL.
(postgresql postgresql-15)
(config-file (config-file
(postgresql-config-file (postgresql-config-file
(extra-config (extra-config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment