all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* postgresql again
@ 2017-09-10 17:49 Catonano
  2017-09-10 18:11 ` Jan Nieuwenhuizen
  0 siblings, 1 reply; 3+ messages in thread
From: Catonano @ 2017-09-10 17:49 UTC (permalink / raw)
  To: guix-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-10 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-10 17:49 postgresql again Catonano
2017-09-10 18:11 ` Jan Nieuwenhuizen
2017-09-10 21:05   ` Catonano

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.