/var/softaculous/drupal8
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
.htaccess6850755editdlrm
clone.php146330755editdlrm
edit.php48340755editdlrm
edit.xml4330755editdlrm
fileindex.php2710755editdlrm
import.php55710755editdlrm
info.xml40950755editdlrm
install.js13470755editdlrm
install.php156380755editdlrm
install.xml11260755editdlrm
md511740755editdlrm
NOTES.txt19700755editdlrm
README.txt2830755editdlrm
settings.php338420755editdlrm
upgrade.php44690755editdlrm
upgrade.xml3090755editdlrm
_htaccess4860755editdlrm
Edit: /var/softaculous/drupal8/NOTES.txt (1970B)
1) Default Timezone should be ZERO I.e UTC +0000 and keep default country NONE 2) Leave "Check for updates automatically ", "Email notifications" as it is. 3) Delete all watchdog INSERTS And also change its AUTO INCREMENT =1 ; 4) Delete this table inserts from following tables cache_bootstrap, cache_config, cache_container, cache_data, cache_default, cache_discovery, cache_entity, cache_menu, cache_render. Drupal creates it on login 5) No need to generate system.js_cache_files and drupal_css_cache_files. It's same for all install 6) If any new root level folder added in drupal package then add its entry in upgrade.php apart from vendor and core. Only 'core', 'vendor' and root level files need to be deleted before upgrade. (https://api.drupal.org/api/drupal/core!UPGRADE.txt/8) 7) Do not change "default_config_hash" from sql since it remains same across installations for same version. 8) Set the value for temporary as s:0:"" in `config` table for "system.file" row. On our servers we get it as /tmp but on some servers /tmp is not accessible due to open_basedir which causes temporary file creation issue. So if we set it as empty Drupal will generate it automatically when needed(Not needed since version 8.8.0). 9) Remove serialized entries of "twig_extension_hash" and "twig_cache_prefix" from key_value table as it creates itself. 10) PHP REQUIREMENT LINK: https://www.drupal.org/docs/system-requirements/php-requirements 11) Can not add languages at the moment as it needs to enable (language, content translation and interface translation modules) which adds too many entries in SQL 12) Drupal Minor upgrade Guide: https://www.drupal.org/docs/updating-drupal/updating-drupal-core-manually 13) We have disabled Major upgrade (i.e from 9.5.0 to 10.x) as it requires migration. We need to check if we can give it via Softaculous or not. https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/upgrading-from-drupal-9-to-drupal-10-0