Question: Is there a possibility to reinstall the OS without formatting all the partitions ? #109
Loading…
Add table
Add a link
Reference in a new issue
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?
I have an Hetzner server initially installed with this script with a configuration like this:
I would like to change the OS only and therefore I am willing to format only / (and possibly /home).
Is it possible to achieve this with this script ?
Thanks in advance for your help.
Installimage is targeted for fresh installations. However there are some UNSUPPORTED options for doing a re-install and preserving data.
Take a look at
https://github.com/hetzneronline/installimage/blob/master/functions.sh#L747
PRESERVE_FSandREUSE_FSTABallows to skip partitioning and preserve certain mountpoints.