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
Copy file name to clipboardExpand all lines: user/upgrading-guide.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@ Update Station uses FreeBSD pkg to perform system and software updates, which ha
21
21
This section demonstrates how to upgrade to the latest version and discusses some of the considerations when upgrading the operating system.
22
22
23
23
### Update notification
24
-
On GhostBSD, you will receive a notification in the notification area, an orange icon will be visible when new software or system updates are available. Left Click on the icon, and a Window will opne with the list of software and OS packages that will be upgraded.
24
+
On GhostBSD, you will receive a notification in the notification area, an orange icon will be visible when new software or system updates are available. Left Click on the icon, and a Window will open with the list of software and OS packages that will be upgraded.
On the Upgrade list, a checkbox at the bottom is enabled by default to create a boot environment backup before the upgrade. It is recommended to keep it enabled in case an issue happens with the upgrade. With a BE backup the system can be restored to the stat it was before the upgrade was perform.
29
+
On the Upgrade list, a checkbox at the bottom is enabled by default to create a boot environment backup before the upgrade. It is recommended to keep it enabled in case an issue happens with the upgrade. With a BE backup the system can be restored to the state it was before the upgrade was performed.
Upgrading packages with pkg has to be done in a specific way, specifically with OS upgrade.
50
50
51
51
### Before upgrading
52
-
Before upgrading with pkg make sure to backup the system boot environment with **bectl**. It is recommended to backup the system boot environment in case an issue happens with the upgrade. With a BE backup the system can be restored to the stat it was before the upgrade was perform.
52
+
Before upgrading with pkg make sure to backup the system boot environment with **bectl**. It is recommended to backup the system boot environment in case an issue happens with the upgrade. With a BE backup the system can be restored to the state it was before the upgrade was performed.
53
53
54
54
Here is an example on how to create BE.
55
55
```bash
@@ -82,7 +82,7 @@ To ignore this error set IGNORE_OSVERSION=yes
82
82
Ignore the mismatch and continue? [y/N]:
83
83
```
84
84
85
-
If a similar message than the above one is encounter, **sudo pkg upgrade -f** must be use to upgrade all installed packages or some problem could occur after rebooting. If **sudo pkg update -f** doesn't report kernel mismatch, **sudo pkg upgrade** can be used to upgrade packages.
85
+
If a similar message than the above one is encounter, **sudo pkg upgrade -f** must be used to upgrade all installed packages or some problem could occur after rebooting. If **sudo pkg update -f** doesn't report kernel mismatch, **sudo pkg upgrade** can be used to upgrade packages.
86
86
87
87
### Starting the upgrade
88
88
Run the command below if there is a kernel mismatch with **update -f**.
0 commit comments