Verbose pg_restore in database backup
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
In the current implementation, the pg_restore command is not ran in verbose mode meaning that there is no way to track the restore progress in Dokploy.
Describe the solution you'd like
The ability to toggle verbose mode when starting a restore or enabling it by default
Describe alternatives you've considered
Following the process by going into the database and running queries to track the activity status.
Additional context
I toggled No for PR implementation as I am unsure if this is a desired feature for others.
Will you send a PR to implement it?
No
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 at the database backup restore entry point that invokes pg_restore, and trace how its command options are assembled. Confirm whether verbose mode should be configurable or enabled by default; done means restore progress is visible in Dokploy and the behavior is covered by the relevant restore test or verification flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, typescript
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100