Skip to content

Commit

Permalink
rsync home dir to new boot environment on upgrade (#509)
Browse files Browse the repository at this point in the history
We now store SSH keys for admin user in /home and so we should preserve
it on upgrades.

(cherry picked from commit d0533c6)

Co-authored-by: Andrew Walker <awalker@ixsystems.com>
  • Loading branch information
bugclerk and anodos325 authored Oct 5, 2023
1 parent b7856eb commit b4d5d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions truenas_install/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ def main():
rsync = [
"etc/hostid",
"data",
"home",
"root",
]
if is_freebsd_upgrade:
Expand Down

0 comments on commit b4d5d8e

Please sign in to comment.