Bug - 11.8

From: "Panchal, Avanish" <Avanish(dot)Panchal(at)iqvia(dot)com>
To: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Bug - 11.8
Date: 2020-07-21 10:47:34
Message-ID: DM6PR05MB71618BF667B9FA77A8F5ADC8EC780@DM6PR05MB7161.namprd05.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

While installing postgre11.8 with ./configure, followed by make install.

Commands:

./configure -prefix= /pghome/11.8

make -j 4 && make install

Ran into 2 issues

1. postgresql.service not present in systemd.

-bash-4.2$ sudo ls -ltr /usr/lib/systemd/system/postgres*
ls: cannot access /usr/lib/systemd/system/postgres*: No such file or directory

Also realized, code was complied with "with_systemd='no'. Potential reason of file not present in system.

Found rc file: /pgbackup/postgresql-11.8/contrib/start-scripts and try to edit postgresql.service with respective paths per install.

1. postgresql-11-check-db-dir not present
Apparently bin directory doesn't have postgresql-11-check-db-dir so unable to put it at ExecStartPre=/pghome/11.8/bin/postgresql-11-check-db-dir ${PGDATA}

Please let me know if any steps missed.

Regards,

Avanish Panchal

________________________________________
IMPORTANT - PLEASE READ: This electronic message, including its attachments, is CONFIDENTIAL and may contain PROPRIETARY or LEGALLY PRIVILEGED or PROTECTED information and is intended for the authorized recipient of the sender. If you are not the intended recipient, you are hereby notified that any use, disclosure, copying, or distribution of this message or any of the information included in it is unauthorized and strictly prohibited. If you have received this message in error, please immediately notify the sender by reply e-mail and permanently delete this message and its attachments, along with any copies thereof, from all locations received (e.g., computer, mobile device, etc.). To the extent permitted by law, we may monitor electronic communications for the purposes of ensuring compliance with our legal and regulatory obligations and internal policies. We may also collect email traffic headers for analyzing patterns of network traffic and managing client relationships. For further information see: https://www.iqvia.com/about-us/privacy/privacy-policy. Thank you.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2020-07-21 12:52:45 BUG #16548: Order by on array element giving disparity in result
Previous Message Juan José Santamaría Flecha 2020-07-21 09:12:44 Re: pg_dump's "--exclude-table" and "--exclude-table-data" options are ignored and/or cause the dump to fail entirely unless both the schema and table name use 1950s-era identifiers.