mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #102] Is it dangerous to use pgbackweb with postgres 11? #83
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#83
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 @hellofaduck on GitHub (Feb 22, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/102
My application compatible only with postgres 11, but i want to use this tool for backup because it very handy and easy to use for end users. I know postgres 11 not in compatibility list, but why? Its just not tested or there is some really stop factors from using it with 11 version?
@hellofaduck commented on GitHub (Feb 22, 2025):
I have tested this on some of my dbs and it seems to work ok, even on postgres 11, and even on postgres-pro 11 (its a paid fork of postgres)...i think i need further tests
@eduardolat commented on GitHub (Feb 22, 2025):
It has never really been tested, the main reason for not including it is that it is a fairly old version and this project requires a lot of effort to carry out, so giving support for versions that very few people use and are already discontinued, does not provide enough value to make the work done on this project worthwhile.
However, it is quite possible that it will work if you use another higher version of pg_dump, I can't guarantee it, but it may work for you.
@hellofaduck commented on GitHub (Feb 23, 2025):
Keeping you up to date on my experiments in case anyone needs it. Backup and recovery went smoothly on PostgresPro11, the database contained data from 1C ERP application. After restoring the application works without problems, let's continue monitoring.
@eduardolat commented on GitHub (Feb 23, 2025):
Great! But I recommend you update your version of Postgres if you can, both for support and security reasons.