Skip to content

Commit 8aa04ff

Browse files
authored
Update install-fog-server.md
fix warning callout
1 parent aa17fc0 commit 8aa04ff

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/installation/server/install-fog-server.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,12 @@ version is typically a stable option since much testing still occurs
5454
before changes are committed, but not as much testing as is done for the
5555
longer-term "stable" version in the master branch.
5656

57-
>[!warning]
58-
>Be aware that you should **not** consider switching back to
59-
the master branch without thorough consideration. This is due to the
60-
database schema changes that might be introduced over time. For example
61-
when FOG was installed using the master branch (currently version
62-
1.5.10) you can move forward to newer dev-branch versions like 1.5.10.53
63-
with no problem. But if you want to switch to the master branch again
64-
you need to wait until the next official release, 1.5.11, is out. Doing
65-
otherwise is at your own risk!
57+
> [!warning]
58+
> Be aware that you should **not** consider switching back to the master branch without thorough consideration.
59+
> This is due to the database schema changes that are introduced over time.
60+
> For example when FOG was installed using the master branch (currently version 1.5.10) you can move forward to newer dev-branch versions like 1.5.10.53 with no problem.
61+
> But if you want to switch back to the master branch, it's possible that the schema changes will cause issues when you revert and you may need to wait until the next official release, i.e. 1.5.11, to revert to the master branch version.
62+
> Doing otherwise is at your own risk! (Though to be fair, these types of issues have been rare, this is just a disclaimer)
6663
6764
If you want the latest and greatest, would like to contribute to testing
6865
new features, or were instructed to install the dev-branch version to

0 commit comments

Comments
 (0)