the zfs renaming will be done manually on the server before applying the puppet configuration
Related to T2736
Differential D4391
Use the same postgresql data dir as the production servers vsellier on Nov 2 2020, 12:13 PM. Authored by
Details
the zfs renaming will be done manually on the server before applying the puppet configuration Related to T2736
Diff Detail
Event TimelineComment Actions To switch the mountpoints over, you will need to zfs set mountpoint=none on all datasets (depth first), then zfs set mountpoint=/srv/softwareheritage/postgres/... in the reverse order Comment Actions
yes, thanks. That's what we did T2736#51879 ;) |