You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade process (rsync) is way much better that the legacy one (tar) but I'm facing an issue when upgrading as I edited some files like .user.ini : they got reseted
Any advice/tips on how to avoid that ?
The text was updated successfully, but these errors were encountered:
I got an idea for your problem. You write our own derived Dockerfile and copy the modified files to the folder '/usr/src/nextcloud'. So when the upgrade process kick in, the new sources contain your files.
It would look something like this:
FROM nextcloud
COPY <your_user.ini> /usr/src/nextcloud/.user.ini
Hi,
Upgrade process (rsync) is way much better that the legacy one (tar) but I'm facing an issue when upgrading as I edited some files like .user.ini : they got reseted
Any advice/tips on how to avoid that ?
The text was updated successfully, but these errors were encountered: