User Tools

Site Tools


servers:linux:nginx:joomla

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:linux:nginx:joomla [2025/09/18 03:28] – [Service] Sean Rhoneservers:linux:nginx:joomla [2025/10/16 23:53] (current) – [Service] Sean Rhone
Line 58: Line 58:
   GRANT ALL PRIVILEGES ON joomla_db.* to 'joomla'@'localhost';   GRANT ALL PRIVILEGES ON joomla_db.* to 'joomla'@'localhost';
  
-  FLUSH PRIVILEGES; +  FLUSH PRIVILEGES;EXIT;
- +
-  EXIT+
  
 ====== nginx + PHP-FPM Configuration ====== ====== nginx + PHP-FPM Configuration ======
Line 173: Line 171:
   * Disable Automated Updates   * Disable Automated Updates
   * :!: Don't remove installation folder   * :!: Don't remove installation folder
 +
 +===== Compat Extension Fix =====
 +
 +  * https://github.com/joomla/joomla-cms/issues/43876
 +
 +  sudo rm -fv '/srv/www/main/administrator/cache/autoload_psr4.php'
  
 ====== Settings ====== ====== Settings ======
Line 369: Line 373:
 ExecStart='/usr/bin/git' -C '/srv/www/main' pull origin '5.4-dev' ExecStart='/usr/bin/git' -C '/srv/www/main' pull origin '5.4-dev'
  
-ExecStart='/usr/bin/composer' --working-dir='/srv/www/main' --no-cache install+ExecStart='/usr/bin/composer' --working-dir='/srv/www/main' --no-cache install --no-dev
 ExecStart='/usr/bin/npm' --prefix '/srv/www/main' ci --logs-max='0' ExecStart='/usr/bin/npm' --prefix '/srv/www/main' ci --logs-max='0'
  
Line 572: Line 576:
  
   sudo tar -xzf ~/'joomla-files-'*'.tar.gz' -C '/srv/www' 'main' && sudo chown -R 'wwwrun':'www' '/srv/www/main' && sudo chmod -R '0755' '/srv/www/main'   sudo tar -xzf ~/'joomla-files-'*'.tar.gz' -C '/srv/www' 'main' && sudo chown -R 'wwwrun':'www' '/srv/www/main' && sudo chmod -R '0755' '/srv/www/main'
 +
 +===== Git Fix =====
 +
 +  * :!: Set email for ''user.email''
 +  * :!: T3 + Purity III need reinstalled
 +
 +  sudo su 'wwwrun' -s '/bin/bash'
 +
 +  rm -Rf '/srv/www/main/.git'
 +
 +  git -C '/srv/www/main' init --initial-branch='5.4-dev'
 +
 +  git -C '/srv/www/main' add '.'
 +
 +  git -C '/srv/www/main' config 'user.email' 'espionage724@x'
 +
 +  git -C '/srv/www/main' commit --message='x'
 +
 +  git -C '/srv/www/main' remote add 'origin' 'https://github.com/joomla/joomla-cms.git'
 +
 +  git -C '/srv/www/main' pull --depth '1' --recurse-submodules 'origin' '5.4-dev' --rebase
 +
 +  git -C '/srv/www/main' reset --hard 'origin/5.4-dev'
 +
 +  git -C '/srv/www/main' gc --aggressive --prune='all'
 +
 +  git -C '/srv/www/main' fsck --full --strict
 +
 +  exit
  
 ===== Restore Database ===== ===== Restore Database =====
/usr/local/www/wiki/data/attic/servers/linux/nginx/joomla.1758180495.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki