Skip to content

Update README.rst #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@ and on top of that:
password recovery).
- Webmin modules for configuring Apache2, PHP, MySQL and Postfix.

Nextcloud Updating | PHP Upgrade
-------------------------------------------
Altought it might be simple for you NextCloud is a very Enterprise Heavy Duty Application
and many people may ask: How do I update nextcloud?

It is preatty Straight forward in the Configuration>General>Update Tab but you might encounter PHP update issues.

[@JedMeister Already talked about it here](https://www.turnkeylinux.org/forum/support/wed-20220824-1719/update-php-tkl-wordpress#comment-51808)

[And also here](https://www.turnkeylinux.org/forum/support/fri-20211203-1615/upgrading-php-7329-php-7333#comment-50598)

From Version 23 and over PHP7.4 is recomended but is not a smooth update, be sure to have a backup of your instance.
Some packages aren't in the system in 7.3 and as JedScript is based on used NextCloud PHP previusly installed packages it might crash.

'''
apt install php7.4-redis
'''
is missing from the procedure.


Credentials *(passwords set at first boot)*
-------------------------------------------

Expand Down