mirror of
https://github.com/photoprism/photoprism-docs.git
synced 2026-04-25 10:45:52 +03:00
[PR #99] [MERGED] Separate difference between backup and export, add a restore-page #118
Labels
No labels
bug
docs 📚
done
enhancement
enhancement
help wanted
idea
low-priority
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism-docs#118
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/photoprism/photoprism-docs/pull/99
Author: @davralin
Created: 1/4/2022
Status: ✅ Merged
Merged: 1/5/2022
Merged by: @graciousgrey
Base:
master← Head:master📝 Commits (2)
9691d80Separate difference between backup and export, add a restore-page960e3f7Adjustments📊 Changes
6 files changed (+88 additions, -47 deletions)
View changed files
📝
docs/getting-started/advanced/backups.md(+15 -4)📝
docs/user-guide/advanced/backups.md(+0 -42)➕
docs/user-guide/advanced/export.md(+53 -0)📝
docs/user-guide/advanced/metadata.md(+1 -1)➕
docs/user-guide/advanced/restore.md(+17 -0)📝
mkdocs.yml(+2 -0)📄 Description
As discussed here discussions/772.
I converted default backup-method to just being a sql-dump, and added a docker-compose example.
I also created a dedicated restore-page, that lists all steps needed (including a re-scan).
I also migrated the former "yaml backup" to a dedicated export-document, and adjusted links regarding that there.
I'm not entirely sure what to do with the old user-guide/advanced/backup.md-file - as there's nothing really advanced covered there, everything is either covered in the getting-started/advanced/backup.md, or in user-guide/advanced/export.md instead.
Thoughts?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.