Main public logs

Jump to navigation Jump to search

Combined display of all available logs of RVM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:35, 12 July 2023 Gabriele.vivinetto talk contribs created page Installazione di Zabbix con Docker (Created page with "{{Stub}} * Limitare i binlog a tre giorni, altrimenti occupa troppo spazio: cat env_vars/.MYSQL_ROOT_PASSWORD docker exec -it zabbix-mysql-server-1 bash mysql -u root -p SHOW BINARY LOGS; PURGE BINARY LOGS TO 'binlog.xxxxxx'; * Change automatic default purge expiry from 30days (deafault) to 3days SET GLOBAL binlog_expire_logs_seconds = 259200; SET PERSIST binlog_expire_logs_seconds = 259200; * The above value is in seconds, i.e. 3 days in seconds = (60...")