Re: [Bacula-users] Migrating from MariaDB to PostgreSQL

2018-11-17 Thread Dmitri Maziuk via Bacula-users
On 11/17/2018 10:56 AM, George Anchev via Bacula-users wrote: # systemctl status postgresql starts the service. In the 'status' details I see: /usr/lib/postgresql10/bin/postgres -D /var/lib/pgsql/data So from here: How should I proceed with Bacula? As per the fine manual: create bacula role

Re: [Bacula-users] Migrating from MariaDB to PostgreSQL

2018-11-17 Thread George Anchev via Bacula-users
On Sat, 17 Nov 2018 18:56:53 +0200 George Anchev wrote: > # systemctl status postgresql > > starts the service. Correction: I mean "start" (not "status") -- George ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourcef

Re: [Bacula-users] Migrating from MariaDB to PostgreSQL

2018-11-17 Thread George Anchev via Bacula-users
# systemctl status postgresql starts the service. In the 'status' details I see: /usr/lib/postgresql10/bin/postgres -D /var/lib/pgsql/data So from here: How should I proceed with Bacula? -- George ___ Bacula-users mailing list Bacula-users@lists.sou

Re: [Bacula-users] Migrating from MariaDB to PostgreSQL

2018-11-17 Thread George Anchev via Bacula-users
On Sat, 17 Nov 2018 08:55:27 -0600 Dmitri Maziuk via Bacula-users wrote: > It may be that you need to run 'pg_ctl initdb' to > get it all created. $ pg_ctl initdb pg_ctl: no database directory specified and environment variable PGDATA unset Try "pg_ctl --help" for more information. -- George

Re: [Bacula-users] Migrating from MariaDB to PostgreSQL

2018-11-17 Thread Dmitri Maziuk via Bacula-users
On 11/17/2018 5:37 AM, George Anchev via Bacula-users wrote: On Fri, 16 Nov 2018 17:46:13 -0600 Dimitri Maziuk via Bacula-users wrote: Well, that's b0rk3d. What can be done about it? You'd have to ask suse. It may be that you need to run 'pg_ctl initdb' to get it all created. Dimitri __

Re: [Bacula-users] Migrating from MariaDB to PostgreSQL

2018-11-17 Thread George Anchev via Bacula-users
On Fri, 16 Nov 2018 17:46:13 -0600 Dimitri Maziuk via Bacula-users wrote: > Well, that's b0rk3d. What can be done about it? > This is probably it. Check > ~postgres/data/pg_hba.conf as per previous message: > specifically, if auth method is "ident", it won't > work without identd server. "peer"