mirror of
https://github.com/mimamch/backuper.git
synced 2026-04-25 08:05:48 +03:00
[PR #1] [MERGED] Feat/yaml #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/backuper-mimamch#1
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/mimamch/backuper/pull/1
Author: @mimamch
Created: 1/7/2026
Status: ✅ Merged
Merged: 1/7/2026
Merged by: @mimamch
Base:
main← Head:feat/yaml📝 Commits (4)
29a4216feat(yaml): migrate from prisma to yaml config11d15b1feat(postgresql): implement pg_dump and zip functionality for PostgreSQL backups7edb60bfeat(postgresql): update dump file naming and format for PostgreSQL backups6a15270feat(docker): add Docker CI workflow and Dockerfile for application containerization📊 Changes
28 files changed (+510 additions, -257 deletions)
View changed files
➕
.github/workflows/docker-image.yml(+50 -0)📝
apps/backuper/.gitignore(+3 -1)➕
apps/backuper/Dockerfile(+11 -0)➕
apps/backuper/config.example.yaml(+19 -0)📝
apps/backuper/package.json(+3 -2)📝
apps/backuper/pnpm-lock.yaml(+36 -66)➖
apps/backuper/prisma/migrations/20241122014241_init/migration.sql(+0 -37)➖
apps/backuper/prisma/migrations/20241125043806_add_dir_handler_databases/migration.sql(+0 -2)➖
apps/backuper/prisma/migrations/migration_lock.toml(+0 -3)➖
apps/backuper/prisma/schema.prisma(+0 -58)➕
apps/backuper/src/.dockerignore(+6 -0)📝
apps/backuper/src/archiver/zip.ts(+32 -0)➕
apps/backuper/src/audit/index.ts(+81 -0)📝
apps/backuper/src/backuper.cmd.ts(+16 -8)📝
apps/backuper/src/backuper.test.ts(+4 -4)📝
apps/backuper/src/backuper.ts(+19 -55)📝
apps/backuper/src/handler/dir.ts(+7 -3)📝
apps/backuper/src/handler/index.ts(+15 -1)➕
apps/backuper/src/handler/postgresql.ts(+81 -0)📝
apps/backuper/src/index.ts(+18 -4)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.