Deprecated function: Drupal\field_group\FormatterHelper::formProcess(): Implicitly marking parameter $form_state as nullable is deprecated, the explicit nullable type must be used instead in include() (line 576 of /var/www/vhosts/itlantik.de/httpdocs/vendor/composer/ClassLoader.php).
Mysqldump - Backup Database to .gz with Date / TimeStamp
Wenn man alle Datenbanken sichern möchte (mit Datum in Dateiname), Befehl könnte so aussehen:
How to Renew Let’s Encrypt SSL Certificate on Plesk via Ubuntu Shell
Let’s Encrypt will only accept a wildcard via DNS challenge.
If your Plesk instance can’t create the _acme-challenge.example.com TXT (external DNS), the extension can’t complete validation and will show no success.
Comments
DB Export als .zip … Sa, 08/20/2022 - 18:59
DB Export als .zip (WeekNumber: db-w1.zip ... db-w52.zip)
mysqldump -u myusername --password='Abc123' --all-databases | zip -q mybackup/db-w$(date +%U).sql.zipNeuen Kommentar schreiben