As a user I want to have possibility to backup pulp when using external DB.
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 88
- Forks
- 66
- Avg merge
- 53m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
I'm trying to run pulp backup from CR, unfortunately it fails on Postgres backup step.
In documentation I found that external postgres DBs backup is not avaialble at the moment.
Describe the solution you'd like
I want to have a possibility to make backup of entire pulp except of DB or make it possible to backup external db.
backup/database.go:48 Failed to run pg_dump {"error": "command terminated with exit code 1"}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with backup/database.go:48 and the backup and restore overview linked in the issue. Reproduce or inspect the failed pg_dump step when the database is external, then determine the supported backup boundary and configuration needed. Done means the operator can back up the requested Pulp data with an external database, or clearly documents and implements an alternative that excludes the database.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes, postgresql
- Domain
- databases, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100