mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #1552] 💬 [Question] After restart or Docker update, settings are gone #682
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#682
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 @ghost on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1552
Originally assigned to: @IrAlfred on GitHub.
Hi, first of all: awesome project, exactly what I was looking for.
Unfortunately, when Docker is restarted or the image is updated, the settings are gone — especially the added IMAP & SMTP accounts are lost.
Is there something that needs to be configured to make them persist?
I also performed the save operation, but unfortunately it didn’t help.
@ljcbaby commented on GitHub (Jun 17, 2025):
your
USER_CONFIG_TYPEis ?@ghost commented on GitHub (Jun 17, 2025):
USER_CONFIG_TYPE=file
But use a MariaDB 10 database.
@ghost commented on GitHub (Jun 17, 2025):
@ljcbaby commented on GitHub (Jun 18, 2025):
Is
/var/lib/hm3/userspersist?@IrAlfred commented on GitHub (Jul 3, 2025):
@SvensenDE You need to persist the /var/lib/hm3/users directory using a volume if you want to keep your settings after restarting or updating the Docker container.
Let us know the result of your testing or if you need further assistance!
@marclaporte commented on GitHub (Aug 20, 2025):
@IrAlfred Is this indicated in the documentation?
@IrAlfred commented on GitHub (Aug 20, 2025):
It's not documented, I will add more details about docker setup
@IrAlfred commented on GitHub (Aug 23, 2025):
Hello @ghost
In case you are still struggling with your setup, here is what you need.
Update your cypht service in the docker-compose.yml file to include the volumes section:
@IrAlfred commented on GitHub (Aug 24, 2025):
We are closing this issue due to inactivity. If you are still experiencing this problem, please feel free to reopen it or comment with additional details, and we will be happy to investigate further.