...
DB-Software
MySQL 5.3 bis 5.7 oder MariaDB 5.5
MYSQL
/etc/mysql/mysql.conf.d/troi.cnf
Code Block | ||
---|---|---|
| ||
[mysqld] explicit_defaults_for_timestamp = Off sql_mode = |
PHP Einstellung
conf.d/99-troi.ini
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
memory_limit = 1G upload_max_filesize = 20M max_execution_time = 120 cgi.fix_pathinfo = 0 max_input_vars = 16000 post_max_size = 21M display_errors = Off display_startup_errors = Off allow_url_fopen = On error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR |
Nginx
Code Block |
---|
Backup
Für ein Troi Backup muss die Datenbank sowie der troi Ordner im Webverzeichnis gesichert werden.
...