/var/softaculous/nextcloud
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
.htaccess33730644editdlrm
changelog.txt72490644editdlrm
check_suphp.php1010644editdlrm
clone.php60780644editdlrm
config.php5410644editdlrm
data.zip225215400644editdlrm
edit.php70500644editdlrm
edit.xml4330644editdlrm
extend.php85820644editdlrm
fileindex.php2270644editdlrm
import.php39950644editdlrm
info.xml47000644editdlrm
install.js9240644editdlrm
install.php151800644editdlrm
install.xml16250644editdlrm
md522070644editdlrm
nextcloud.sql818050644editdlrm
nextcloud.zip1476983410644editdlrm
notes.txt20060644editdlrm
update_pass.php5340644editdlrm
upgrade.php54900644editdlrm
upgrade.xml2990644editdlrm
_.htaccess5340644editdlrm
Edit: /var/softaculous/nextcloud/notes.txt (2006B)
1. Manual installation on any suPHP server only. 2. Remove inserts from oc_authtoken, oc_filecache, oc_file_locks, oc_circles_circle, oc_circles_member it gets created after login 3. "1|" is added in hashed password in "lib\private\security\hasher.php". In case password changes check "1" constant from this file. 4. Delete "appdata_********" folder from data directory, it gets created after login 5. Delete "configvalue" for 'scss.variables' or "theming.variables" in `oc_appconfig` table as it generates itself on visiting. (Since 12.0.0) 6. Check and move apps/bruteforcesettings from manual to zip and to cross check compare with https://github.com/nextcloud/bruteforcesettings (check in every version and move accordingly) 7. Always check https://docs.nextcloud.com/server/24/admin_manual/maintenance/manual_upgrade.html in major versions and set "$allowed_ver" accordingly in upgrade.php 8. PHP REQUIREMENT LINK: https://docs.nextcloud.com/server/24/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation 9. We have added "admin_email" in "oc_preferences" table since 16.0.4. ( In Forget password it asks for Email ID ). 10. Take database dump while First run wizard page is loaded(i.e before the dashboard page is loaded). Taking dump on dashboard page would add the entry '('[[admin_username]]', 'firstrunwizard', 'show', '0')' in oc_preferences table which would disable the run wizard. 11. We have set PHP requirement to 7.4 because manual installation doesn't start on PHP 7.3. 12. click "cancel" on install recommended apps option in manual installation in last step. 13. Changelog : https://nextcloud.com/changelog/ 14. PRIMARY keys are not generated while upgrading to 20.0.2, to generate these keys manually, user can run following command. sudo -u [[USER]] [[PATH to PHP]] [[SOFTPATH]]/occ db:add-missing-primary-keys 15. Increase version number everytime in upgrade.php to remove the previous files as it fails intrigrity check if we keep the old files.