Summary: | archivers/urbackup-client: POSTGRESQL_DUMP_ENABLED not working | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Einar Bjarni Halldórsson <einar> | ||||
Component: | Individual Port(s) | Assignee: | Neel Chauhan <nc> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | nc | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Einar Bjarni Halldórsson
2021-04-30 09:34:49 UTC
Sorry for the late response. I will look into this. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3dd951e0c7e881299101922fbb307cdaf375055a commit 3dd951e0c7e881299101922fbb307cdaf375055a Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-05-11 19:22:22 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-05-11 19:30:14 +0000 archivers/urbackup-client: Fix the POSTGRESQL_DUMP_ENABLED option The POSTGRESQL_DUMP_ENABLED option looks for the pg_dumpall command which is not in the PATH, so we append the PREFIX in the script. PR: 255509 Submitted by: Einar Bjarni Halldórsson <einar@isnic.is> archivers/urbackup-client/Makefile | 17 ++++++++++------- ...-urbackupclient_backup__scripts_postgresqldump (new) | 15 +++++++++++++++ 2 files changed, 25 insertions(+), 7 deletions(-) I have committed a fix. Thanks for reporting! Thank you very much! This makes me so happy! Created attachment 224867 [details]
Fix path to postgresqldump script
I'm not sure if there is a more robust way to add the correct path
Building failed in poudriere until I fixed the path in post-patch. I've attached a patch with what I changed to get it to build A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=57eabeb80b69fef8515cf0c23b27187e006f843f commit 57eabeb80b69fef8515cf0c23b27187e006f843f Author: Einar Bjarni Halldórsson <einar@isnic.is> AuthorDate: 2021-05-12 14:20:27 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-05-12 14:20:27 +0000 archivers/urbackup-client: Fix build PR: 255509 archivers/urbackup-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Should be fixed by now. |