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

Using different folder for different instance is more stable. #15158

Closed
wants to merge 1 commit into from

Conversation

Eric-Guo
Copy link
Contributor

For example, running multi docker but using same tmp folder.

@oliverguenther
Copy link
Member

Hi @Eric-Guo , thanks for the suggestion. We do have a chown on that folder for packaged installations which would break with this approach. I'm not sure if there's a quick fix for adding the uuid on postinstall. Instead of adding this to the folder, why not mount different tmp mounts?

mkdir -p /tmp/op_uploaded_files/ && chown -R $APP_USER:$APP_USER /tmp/op_uploaded_files/

@Eric-Guo
Copy link
Contributor Author

Eric-Guo commented Apr 2, 2024

Thank you for the suggestion, really understood and close this PR.

@Eric-Guo Eric-Guo closed this Apr 2, 2024
@Eric-Guo Eric-Guo deleted the stable_temp_folder branch April 2, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants