[PR #13] [MERGED] Fix/stream data to destination #139

Closed
opened 2026-02-26 21:34:38 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix/stream-data-to-destination


📝 Commits (3)

  • 7e0d6db Merge branch 'main' into fix/stream-data-to-destination
  • c992dfd Update integration package to use postgres instead of pgdump
  • d830480 Optimize 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.

## 📋 Pull Request Information **Original PR:** https://github.com/eduardolat/pgbackweb/pull/13 **Author:** [@eduardolat](https://github.com/eduardolat) **Created:** 8/3/2024 **Status:** ✅ Merged **Merged:** 8/3/2024 **Merged by:** [@eduardolat](https://github.com/eduardolat) **Base:** `main` ← **Head:** `fix/stream-data-to-destination` --- ### 📝 Commits (3) - [`7e0d6db`](https://github.com/eduardolat/pgbackweb/commit/7e0d6db929f6e287fc4190b6e9f5ef757bc981a7) Merge branch 'main' into fix/stream-data-to-destination - [`c992dfd`](https://github.com/eduardolat/pgbackweb/commit/c992dfd8f28fd10f4c57147083bcd15d3377182e) Update integration package to use postgres instead of pgdump - [`d830480`](https://github.com/eduardolat/pgbackweb/commit/d83048058fea2a393d7ed765140118e315f265e4) Optimize backup process to use data streaming instead of dumping in memory ### 📊 Changes **6 files changed** (+78 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fix issue #2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#139
No description provided.