all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mauritz Stenek <mstenek@disroot.org>
To: help-guix@gnu.org
Subject: PostgreSQL 15 service
Date: Sun, 25 Feb 2024 22:49:43 -0600	[thread overview]
Message-ID: <87il2b4ynb.fsf@disroot.org> (raw)

Hello,

On a full Guix system, I added the postgres service type like 
this:

```
(service postgresql-service-type
  (postgresql-configuration (postgresql postgresql-15)))
```

only upgrading to postgresql-15 from the default config (pg-10).

However, I get this error (verbatim):

```
# herd start postgres
Service user-homes has been started.
herd: error: exception caught while executing 'start' on service 
'postgres':
Throw to key `%exception' with args `("#<&invoke-error program: 
\"/gnu/store/m7dwq55l600g12bzm245zd9ha8v1zvn1-pg_ctl-wrapper\" 
arguments: (\"start\") exit-status: 1 term-signal: #f stop-signal: 
#f>")'.
```

Any ideas on how to fix this?

Thanks.

-- 
Mauritz Stenek <mstenek@disroot.org>


             reply	other threads:[~2024-02-26  4:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-26  4:49 Mauritz Stenek [this message]
2024-02-26 12:09 ` PostgreSQL 15 service Giovanni Biscuolo
2024-02-27 18:51   ` Mauritz Stenek
2024-02-26 17:42 ` Felix Lechner via
2024-02-27 18:58   ` Mauritz Stenek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87il2b4ynb.fsf@disroot.org \
    --to=mstenek@disroot.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.