From 3f7d6b25c782d40d810eda9a29eb9a41a7fe5569 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Sat, 23 Mar 2024 19:10:23 +0100
Subject: [PATCH] Feature/extend faq by backup strategy (#3180)
* Add backup strategy
* Update changelog
---
CHANGELOG.md | 1 +
.../src/app/pages/faq/saas/saas-page.html | 17 +++++++++++++++--
.../faq/self-hosting/self-hosting-page.html | 11 +++++++++++
3 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f00b03764..5ad726979 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
+- Extended the content of the _SaaS_ and _Self-Hosting_ sections by the backup strategy on the Frequently Asked Questions (FAQ) page
- Added an index for `dataSource` / `symbol` to the market data database table
### Changed
diff --git a/apps/client/src/app/pages/faq/saas/saas-page.html b/apps/client/src/app/pages/faq/saas/saas-page.html
index f834e1f6f..c0b141ac8 100644
--- a/apps/client/src/app/pages/faq/saas/saas-page.html
+++ b/apps/client/src/app/pages/faq/saas/saas-page.html
@@ -66,8 +66,9 @@
Yes, you can try
Ghostfolio Premium by signing
- up for Ghostfolio and applying for a trial (see “My Ghostfolio”). It
- is easy, free and there is no commitment. You can stop using it at any
+ up for Ghostfolio and applying for a trial (see
+ Membership). It is
+ easy, free and there is no commitment. You can stop using it at any
time.
@@ -128,6 +129,18 @@
>.
+
+
+ What is the best approach to managing backups?
+
+ It is suggested to regularly back up your data via
+ My Ghostfolio →
+ Export Data.
+
Got any other questions?
diff --git a/apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html b/apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
index 1f95abef3..30ee5778b 100644
--- a/apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
+++ b/apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
@@ -116,6 +116,17 @@
and desktop computers.
+
+
+ What is the best approach to managing backups?
+
+ It is suggested to regularly back up your data by utilizing full
+ database dumps.
+
Got any other questions?