all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Catonano <catonano@gmail.com>
To: guix-devel <guix-devel@gnu.org>
Subject: postgresql again
Date: Sun, 10 Sep 2017 19:49:05 +0200	[thread overview]
Message-ID: <CAJ98PDyTFo0D=ptfEMWhRTZD4FKd8SLNELjzPezQDvXK684EBw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1146 bytes --]

I have a postgresql service in my config.scm file

but I don't use it

Today I needed it to figure out how postgres works (because of my attempt
to create a service for Tryton) and I discovered that it's stopped

~$ sudo herd status
...
Stopped:
 - postgres
 - user-homes

and if I try to start it, it fails
~$ sudo herd start postgres
Service postgres is currently disabled.
herd: failed to start service postgres

I can "enable" and then start it but that doeesn't resist a reboot

This was discussed in the past and it had to do with postgres being updated
BUT it was reported back then that there were messages in var/log/messages
about how the data folder had been initializzed with a previous version of
postgres and that was incompatible with the new one

In my case nothing shhows up with

sudo cat /var/log/mesages | grep postgresql

and

~$ sudo cat /var/lib/postgresql/data/PG_VERSION
9.6

and

$ pg_config
...
VERSION = PostgreSQL 9.6.5

I reconfigured and updated my installation in August, before coming to the
GHM

could anyone here verify if they can run postgresql with a reasonably
recent version of GuixSD ?

Thanks in advance

[-- Attachment #2: Type: text/html, Size: 1537 bytes --]

             reply	other threads:[~2017-09-10 17:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-10 17:49 Catonano [this message]
2017-09-10 18:11 ` postgresql again Jan Nieuwenhuizen
2017-09-10 21:05   ` Catonano

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='CAJ98PDyTFo0D=ptfEMWhRTZD4FKd8SLNELjzPezQDvXK684EBw@mail.gmail.com' \
    --to=catonano@gmail.com \
    --cc=guix-devel@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.