mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Bug]: Database volume is chowned to user 70 instead of root #544
Reference in New Issue
Block a user
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 @Nounoursdestavernes on GitHub (Jul 18, 2024).
Where is the problem occurring?
I encountered the problem while interacting with the server (Backend)
What browsers are you seeing the problem on?
No response
Current behaviour
Context :
I was trying to set up a backup solution for my self host planka.
Problem:
The volume that correspond to the db-data folder is chowned by planka to set the user to 70.
This manipulation prevent the readiness of the folder without either a chown either a sudo su -
Desired behaviour
The volume is not chowned by planka and stay as docker set it
Steps to reproduce
Launch the application through docker with volumes.
Other information
No response
@Nounoursdestavernes commented on GitHub (Jul 31, 2024):
After some investigations this is due to the postgresql container. I close the issue