-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve support for running in read-only environments #670
Comments
There hasn't been any change in behavior with regard to But this issue got me wondering if |
@bitwalker That sounds amazing. I will make a test as soon as possible. For the record: My setup works fine with distillery 2.0.12 (deployed to multiple production units). |
@bitwalker It works with the Only difference in my project from 2.0.12 is that I have to create the |
I'll publish 2.0.15 soon from that branch then!. It's expected that |
Steps to reproduce
Try to start app with e.g. (note that
/data
is read-write)Verbose Logs (Logs from embedded box)
Description of issue
This works fine on Distillery 2.0.12, but fails with the
Read-only filesystem
message on 2.0.13 and 2.0.14.The app is deployed to a read-only dir, but I point to a read-write dir for the
$RELEASE_MUTABLE_DIR
.Downgrading to Distillery 2.0.12 made it work again.
Details:
What OS, Erlang/Elixir versions are you seeing this issue on?
Linux (embedded, ARM), Erlang 21.1, Elixir 1.8.2
If possible, also provide your
rel/config.exs
, as it is oftenmy first troubleshooting question, and you'll save us both time :)
I will try to dig deeper into this tomorrow.
The text was updated successfully, but these errors were encountered: