[GH-ISSUE #52] Manual install without Docker #41

Closed
opened 2026-02-26 21:34:09 +03:00 by kerem · 1 comment
Owner

Originally created by @blehz-be on GitHub (Oct 9, 2024).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/52

I'm not a fan of Docker and prefer to run everything in LXC/install manually.
Is it possible to provide instructions or a script to build + install manually, or just release binaries (linux amd64)?
I don't mind building but I would like clear instructions for build and install (runtime dependences, folders, setting up, ...). I could try to dissect the dockerfile but it's a pain.

e.g., https://github.com/sosedoff/pgweb/ just provides an executable.

Thank you.

Originally created by @blehz-be on GitHub (Oct 9, 2024). Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/52 I'm not a fan of Docker and prefer to run everything in LXC/install manually. Is it possible to provide instructions or a script to build + install manually, or just release binaries (linux amd64)? I don't mind building but I would like clear instructions for build and install (runtime dependences, folders, setting up, ...). I could try to dissect the dockerfile but it's a pain. e.g., https://github.com/sosedoff/pgweb/ just provides an executable. Thank you.
kerem 2026-02-26 21:34:09 +03:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

@eduardolat commented on GitHub (Oct 10, 2024):

The problem with pgbackweb is that we use a lot of external dependencies that it requires to work properly, to ensure that we have always the same dependencies in the same versions we use Docker, here are some (not all) dependencies required for pgbackweb to work:

  • wget
  • unzip
  • tzdata
  • git
  • postgresql-client-13
  • postgresql-client-14
  • postgresql-client-15
  • postgresql-client-16
  • postgresql-client-17
<!-- gh-comment-id:2403721640 --> @eduardolat commented on GitHub (Oct 10, 2024): The problem with pgbackweb is that we use a lot of external dependencies that it requires to work properly, to ensure that we have always the same dependencies in the same versions we use Docker, here are some (not all) dependencies required for pgbackweb to work: - wget - unzip - tzdata - git - postgresql-client-13 - postgresql-client-14 - postgresql-client-15 - postgresql-client-16 - postgresql-client-17
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#41
No description provided.