Skip to content
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

PostgreSQL log mount makes log directory unwritable by Rails #49

Closed
jasonswett opened this issue Dec 20, 2020 · 1 comment · Fixed by #50
Closed

PostgreSQL log mount makes log directory unwritable by Rails #49

jasonswett opened this issue Dec 20, 2020 · 1 comment · Fixed by #50

Comments

@jasonswett
Copy link

First of all, thanks for this great project. Super helpful.

I want to let you know that I found a potential issue.

On this line, it seems to be mounting the PostgreSQL log to the Rails application's log directory. This is a problem as it makes the Rails log unwritable by Rails.

I was able to "fix" the problem by commenting out the line. If I'm not mistaken, maybe ./log could be changed to some other directory as to remove the conflict.

@MikeRogers0
Copy link
Collaborator

MikeRogers0 commented Dec 28, 2020

Thank you for the heads up @jasonswett :) I'm going to change the folder to ./log/postgres, I think that should solve it :)

I'm going to remove that line, I don't think I've even looked at that file it generates 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants