mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[PR #13] [MERGED] Fix/stream data to destination #139
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#139
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?
📋 Pull Request Information
Original PR: https://github.com/eduardolat/pgbackweb/pull/13
Author: @eduardolat
Created: 8/3/2024
Status: ✅ Merged
Merged: 8/3/2024
Merged by: @eduardolat
Base:
main← Head:fix/stream-data-to-destination📝 Commits (3)
7e0d6dbMerge branch 'main' into fix/stream-data-to-destinationc992dfdUpdate integration package to use postgres instead of pgdumpd830480Optimize backup process to use data streaming instead of dumping in memory📊 Changes
6 files changed (+78 additions, -99 deletions)
View changed files
📝
internal/integration/integration.go(+6 -6)📝
internal/integration/postgres/postgres.go(+52 -27)📝
internal/integration/s3/s3.go(+11 -10)📝
internal/service/databases/test_database.go(+2 -2)📝
internal/service/executions/run_execution.go(+7 -16)➖
internal/util/fileutil/create_zip.go(+0 -38)📄 Description
Fix issue #2
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.