Persistent data stored in the wrong path #27
Reference in New Issue
Block a user
No description provided.
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?
/datais the volume mount pathbut indexes and queues data are in
/app/gitea/data, maybe the followings should be defaults ingitea.configinvalues.yaml?Hi, I will look into this next week, thanks for the suggestion !
we could use an optional second pvc here which will be mounted in app/gitea/data
I'm not sure if it is good to set default paths in the values, since i would like the default config == gitea default
that will be terrible, there is cost with extra PV in some cases
backup process become more complicated
you already changed gitea default by moving storage to
/dataCould you not just set APP_DATA_PATH to /data?
Yeah, second PVC is a bad idea, you're right.
By changing the default I meant not having a bunch of predefined options in the values for the gitea config, sorry that was unclear.
Setting APP_DATA_PATH sounds like an easy and fast solution. Will give it a try tomorrow
Thanks
Fixed with #37