-
-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
I am installing freescout fresh and was hoping to have the only persistence bet the database. When I reboot the container however, due to the app_key being regenerated every time instead of being coppied from an envrionment variable, the passwords for my email connections are gone.
Steps to reproduce
- install
- Set passwords for a mailbox
- reboot
- passwords gone.
What is the expected correct behavior?
- install
- Set passwords for a mailbox
- get env from .env file and set as variable on container
- reboot
- passwords still there.
Relevant logs and/or screenshots
Environment
- Image version / tag: php8.3-1.17.143
- Host OS: k8s.
Possible fixes
Add APP_KEY as variable set from environment like how the DB etc. env vars are set.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working