mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #78] Database that is not localhost #66
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alandecastros on GitHub (Jan 21, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/78
I get this error when I use a database that is not localhost (some IP address)
task: [migrate-serve] task serve
task: [serve] ./dist/app
{"time":"2025-01-21T12:30:22.579122663Z","level":"INFO","msg":"cron scheduler initialized"}
{"time":"2025-01-21T12:30:22.579801933Z","level":"ERROR","msg":"could not ping DB","error":"dial tcp [::1]:5432: connect: connection refused"}
task: Failed to run task "serve": exit status 1
task: Failed to run task "migrate-serve": exit status 201
@alandecastros commented on GitHub (Jan 21, 2025):
I changed
environment:
to
environment:
and it worked