mirror of
https://github.com/finmars-platform/finmars-community-edition.git
synced 2026-04-25 14:05:55 +03:00
[PR #37] [MERGED] Add backup section #38
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/finmars-community-edition#38
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/finmars-platform/finmars-community-edition/pull/37
Author: @paktusov
Created: 10/25/2025
Status: ✅ Merged
Merged: 10/31/2025
Merged by: @paktusov
Base:
main← Head:PLAT-1906📝 Commits (3)
8e3ccd4Add backup42545c9Add restore4a9c590Fix linters error📊 Changes
22 files changed (+1014 additions, -208 deletions)
View changed files
📝
.env.sample(+7 -5)📝
.gitignore(+3 -0)📝
Makefile(+20 -14)📝
README.md(+1 -1)📝
community_edition/main.py(+11 -0)📝
community_edition/routers.py(+122 -49)➕
community_edition/services/backup.py(+82 -0)➕
community_edition/services/container.py(+19 -0)📝
community_edition/services/env.py(+6 -32)📝
community_edition/services/setup.py(+8 -6)📝
community_edition/services/versions.py(+5 -28)➕
community_edition/templates/backup.html(+258 -0)📝
community_edition/templates/base.html(+1 -1)📝
community_edition/templates/form.html(+62 -3)📝
community_edition/templates/success.html(+1 -0)📝
community_edition/templates/versions.html(+5 -0)📝
db/init/10-create-dbs-and-schemas.sh(+1 -1)📝
docker-compose.yml(+17 -1)➕
scripts/create-dumps.sh(+121 -0)➖
scripts/export-sql.sh(+0 -30)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.