[PR #37] [MERGED] Add backup section #38

Closed
opened 2026-03-03 11:58:20 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: PLAT-1906


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/finmars-platform/finmars-community-edition/pull/37 **Author:** [@paktusov](https://github.com/paktusov) **Created:** 10/25/2025 **Status:** ✅ Merged **Merged:** 10/31/2025 **Merged by:** [@paktusov](https://github.com/paktusov) **Base:** `main` ← **Head:** `PLAT-1906` --- ### 📝 Commits (3) - [`8e3ccd4`](https://github.com/finmars-platform/finmars-community-edition/commit/8e3ccd4c3c9505f4db5e3e3602bb2dadb544f4de) Add backup - [`42545c9`](https://github.com/finmars-platform/finmars-community-edition/commit/42545c93a8756489aa16c06e0c163eda81d108a8) Add restore - [`4a9c590`](https://github.com/finmars-platform/finmars-community-edition/commit/4a9c590b16eebfa2900ad68e629fac2b49b02b1b) Fix linters error ### 📊 Changes **22 files changed** (+1014 additions, -208 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:58:20 +03:00
Sign in to join this conversation.
No labels
pull-request
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/finmars-community-edition#38
No description provided.