/var/softaculous/mw14
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt549990644editdlrm
clone.php83230644editdlrm
edit.php45300644editdlrm
edit.xml4330644editdlrm
fileindex.php4060644editdlrm
import.php48090644editdlrm
info.xml66560644editdlrm
install.js9210644editdlrm
install.php77720644editdlrm
install.xml24450644editdlrm
LocalSettings.php44730644editdlrm
md510590644editdlrm
notes.txt24480644editdlrm
upgrade.php76660644editdlrm
upgrade.xml2830644editdlrm
Edit: /var/softaculous/mw14/notes.txt (2448B)
################ Untar downloaded tar.gz package on linux server and then make a ground zip. ################ 1) Use Storage Engine Innodb. 2) Use binary database character set. 3) Use the License as "No license footer" 4) Check the language files exists in the /languages/messages/ it should be there with the downloaded zip. 5) We have added "tmpdir" in order to save cache at different locations for each installation to avoid conflicts between them. (v1.27.1) https://www.mediawiki.org/wiki/Manual_talk:Upgrading#Shared_server_.2B_multiple_Mediawiki_installations https://phabricator.wikimedia.org/T127127 We have added the following in LocalSettings.php $wgTmpDirectory = "[[tmpdir]]"; 6) PHP REQUIREMENT LINK: https://www.mediawiki.org/wiki/Manual:Installation_requirements 7) check "I'm bored already, just install the wiki." and continue in manual install 8) Check visual editor and other extension options in every major update. By clicking "ask me more questions" option. (Just to check) 9) removed inserts from "job" table because it creates entry after page access 10) Keep `content_sha1` value as it is in "content" table because it is same for all installations. 11)we have disable cross upgrade because we were getting following error post upgrading. eb786298294aef346a4e8c9b] 2020-03-27 11:45:10: Fatal exception of type "MWException" (Reported issue to vendor as well) Check in next version if it resolves.(Got this error while upgrading from 1.31.12 to 1.35.1 so have disabled cross upgrade(i.e changed 'min_require' in info.xml as 1.35.0), check whether cross upgrade works in next version and also change 'min_require'. Cross upgrade re-enabled in version 1.36.0 with minimum version 1.31.0 in info.xml. 12) Since 1.43.0 searchindex entry default charset is set to utf8mb4 (maintenance\tables-generated.sql) hence we have not handled it. 13) Uncheck "Share data about this installation with MediaWiki developers" during manual installation. 14) Remove `[[dbprefix]]l10n_cache` table inserts from sql, they are made again post visiting the login page. 15) Always check https://www.mediawiki.org/wiki/Version_lifecycle for updating 'min_require' in major versions. We have kept 1.39.0 'min_require' in info.xml, since it's mentioned in the link that to upgrade from 1.38 (or earlier) to 1.46, first upgrade your wiki to 1.39 (or 1.43), and then, you'll be able to upgrade to 1.46. Also we have tested same from 1.39.0 to 1.46.0.