From 174cbc712ca91b5ff8ed009f1b4871f64f9e563f Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 10 Jun 2023 04:46:32 -0700 Subject: [PATCH] docs: book updates --- gitbook/SUMMARY.md | 7 +++++-- gitbook/{usage => overview}/faq.md | 14 +++----------- gitbook/{usage => overview}/help.md | 0 gitbook/{development => overview}/roadmap.md | 0 4 files changed, 8 insertions(+), 13 deletions(-) rename gitbook/{usage => overview}/faq.md (89%) rename gitbook/{usage => overview}/help.md (100%) rename gitbook/{development => overview}/roadmap.md (100%) diff --git a/gitbook/SUMMARY.md b/gitbook/SUMMARY.md index 50f1537a..cc3ba12d 100644 --- a/gitbook/SUMMARY.md +++ b/gitbook/SUMMARY.md @@ -2,10 +2,14 @@ - [👋 Welcome to PocketHost](README.md) -## Daily Usage +## Overview - [Getting Help](usage/help.md) - [FAQ](usage/faq.md) +- [Roadmap](development/roadmap.md) + +## Daily Usage + - [Creating an Instance](usage/create.md) - [Instance Details](usage/instance-details/index.md) - [FTP Access](usage/ftp.md) @@ -16,7 +20,6 @@ ## Contributing - [Overview](development/overview.md) -- [Roadmap](development/roadmap.md) - [Running Just the Frontend](development/frontend.md) - [Running Everything](development/full-stack/index.md) - [Production Deployment](development/production.md) diff --git a/gitbook/usage/faq.md b/gitbook/overview/faq.md similarity index 89% rename from gitbook/usage/faq.md rename to gitbook/overview/faq.md index b9e63d4d..5606e105 100644 --- a/gitbook/usage/faq.md +++ b/gitbook/overview/faq.md @@ -44,23 +44,15 @@ You can also back up and download all your data at any time. Access your own dat ##### Can I import data into PocketHost? -Yes, but it's a manual process. You have to contact us. - -Self-service data restoration carries many considerations, such as: - -1. Shutting down the instance -2. Preserving data integrity -3. Restoring the correct database version and/or applying migrations so the data matches the PocketBase version - -For now, we are keeping this as a manual process. Contact support if you need to restore instance data. +Yes, [via FTP](../usage/ftp.md). ##### How often does my data get backed up? -Every day by us. Any time by you, via SFTP. +Every day by us. Any time by you, via FTP. ##### How do I migrate away from PocketHost and host PocketBase on my own? -PocketHost has a backup feature you can access from the dashboard. Also, you have direct SFTP access to your instances data. Download it any time you want. +Use the FTP feature to transfer all your data. ## Pricing, Limits, and Usage Restrictions diff --git a/gitbook/usage/help.md b/gitbook/overview/help.md similarity index 100% rename from gitbook/usage/help.md rename to gitbook/overview/help.md diff --git a/gitbook/development/roadmap.md b/gitbook/overview/roadmap.md similarity index 100% rename from gitbook/development/roadmap.md rename to gitbook/overview/roadmap.md