Comment on How do you manage PHP edits across application upgrades?
AbouBenAdhem@lemmy.world 1 week ago
Instead of directly editing the server configuration, put the commands to make the edits in a dockerfile that gets performed on a newly-installed container.
kiol@discuss.online 1 week ago
Thanks for the suggestion. In this case, I’ve running directly from systemctl --user space. Realizing I was directly editing the files, when I should have copied them out of their default directories to avoid them being overwritten.
kiol@discuss.online 1 week ago
For dokuwiki, I’ve copied wiki/inc/lang/en/ over to conf/lang/en for then applying edits