mirror of
https://github.com/photoprism/photoprism-docs.git
synced 2026-04-25 10:45:52 +03:00
[PR #205] Update documentation with PostgreSQL support #210
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#210
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/205
Author: @keif888
Created: 8/22/2025
Status: 🔄 Open
Base:
develop← Head:PostgreSQL📝 Commits (5)
2f8c9afUser Guide: Add PostgreSQL trouble shootingcc863d0User Guide: Add PostgreSQL docker volumes438b51eMerge remote-tracking branch 'upstream/develop' into PostgreSQLcf765e8Getting Started: Update faq.md with postgres4179504Getting Started: Add database-to-database.md for new transfer command📊 Changes
4 files changed (+397 additions, -9 deletions)
View changed files
📝
docs/getting-started/advanced/docker-volumes.md(+9 -0)➕
docs/getting-started/advanced/migrations/database-to-database.md(+209 -0)📝
docs/getting-started/faq.md(+10 -9)➕
docs/getting-started/troubleshooting/postgresql.md(+169 -0)📄 Description
To support the addition of PostgreSQL as a DBMS for PhotoPrism, this is an update to documentation.
It also includes a how to for the new transfer command, which allows copying data from one PhotoPrism database to another.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.