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).
- 19:08, 12 June 2024 Gabriele.vivinetto talk contribs created page Aggiornamento di Zabbix da 6.4 a 7.0 con migrazione a PostgreSQL in Docker (Created page with "<pre> apt update apt install pgloader wget sudo vim iputils-ping mkdir /tmp/zabbix-db-migration/ && cd $_ wget https://cdn.zabbix.com/zabbix/sources/stable/7.0/zabbix-7.0.0.tar.gz tar -zxvf zabbix-7.0.0.tar.gz cd /tmp/zabbix-db-migration/zabbix-7.0.0/database/postgresql/ grep -v 'ALTER TABLE ONLY' schema.sql | grep -v INSERT | grep -v 'CREATE INDEX' | grep -v 'CREATE UNIQUE INDEX' > /tmp/zabbix-db-migration/create_tables.sql sed -i '/create\ or\ replace\ function/,$d' /t...") Tag: Visual edit