mirror of
https://github.com/photoprism/photoprism-docs.git
synced 2026-04-25 18:55:58 +03:00
[GH-ISSUE #148] Update in the documentation #32
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#32
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?
Originally created by @chris-fj on GitHub (Feb 1, 2023).
Original GitHub issue: https://github.com/photoprism/photoprism-docs/issues/148
(crossposting from https://github.com/photoprism/photoprism/issues/3076)
**Don't use the MariaDB password directly in the migration command **
Since the migration tool to migrate from sqlite to MariaDB offers a mysql-like option to pass the password with -p, it seems sensible to update the docs to use it. Currently, the docs say:
and it can be improved to
this prevents the usage of raw passwords directly into the command
Additional context
I'd like to create a PR to the docs, but I didn't find the repo of the docs
@chris-fj commented on GitHub (Feb 1, 2023):
This issue is fixed by #146