Wo liegt der Unterschied zwischen DevOps und Fullstack?
By Gast (nicht überprüft), 2 August, 2023
-F, --fixed-strings PATTERNS are strings
grep -F '(text|string|no-regex|no-special-char)\n' ...
By Gast (nicht überprüft), 26 Juli, 2023
~/.bash_profile : edit / create
nano .bash_profile
Add alias
alias drush='php -c ~/httpdocs/drush.ini ~/httpdocs/vendor/drush/drush/drush'
By Gast (nicht überprüft), 24 Juli, 2023
Problem:
OCI runtime exec failed: exec failed: unable to start container process: exec: "powershell": executable file not found in $PATH: unknown
By Gast (nicht überprüft), 20 Juli, 2023
drush.ini
safe_mode =
open_basedir =
max_execution_time = 3600
max_file_uploads = 20
max_input_time = 3600
memory_limit = 8G
drupal_backup_update.sh
By Gast (nicht überprüft), 13 Juli, 2023
Problem
By Gast (nicht überprüft), 12 Juli, 2023
Problem (Output von Upgrade Status):
By Gast (nicht überprüft), 7 Juli, 2023
Drush Error
By Gast (nicht überprüft), 1 Juli, 2023
Drupal Upgrade Error:
By Gast (nicht überprüft), 27 Juni, 2023
composer update
phpenv: composer: command not found
Was ist die Lösung?