-
|
I would love to migrate from a single-data volume to a separate-data volume setup and would love to know how to achieve this. Current HelmChart persistence values: persistence:
enabled: true
storageClass: nfs-slowNew desired values: persistence:
enabled: true
storageClass: nfs-fast
size: 20Gi
nextcloudData:
enabled: true
storageClass: nfs-slow
size: 4TiSince my NC is "old" my current single-directory looks much different from a new deployment of NC. As such I am inclined to believe that there may be more to process than what meets the eye. I am hit by #10 and as such, I do desire to do this move to take advantage of my NVMe-backed NFS for everything but the real data for the users. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
My successful migration looked like the following:
Pray you forgot nothing, and check the logs. I did this whole ordeal to see if it helps with container startup times, and sadly, it didn't help. |
Beta Was this translation helpful? Give feedback.
My successful migration looked like the following:
<name>-ng.Pray you forgot nothing, and check the logs. I did this whole ordeal to see if it helps with container startup times, and sadly, it didn't help.