User contributions for Ebroch
Jump to navigation
Jump to search
29 March 2024
- 22:1622:16, 29 March 2024 diff hist +2,116 N Proxmox Backup & Restore Created page with "<pre> Backup VM (default, snapshot) # vmid=120 # vzdump $vmid INFO: starting new backup job: vzdump 120 INFO: Starting Backup of VM 120 (qemu) INFO: status = stopped INFO: update VM 120: -lock backup INFO: backup mode: stop INFO: ionice priority: 7 INFO: VM Name: qmt.devel.maria.rhel8 INFO: include disk 'scsi0' 'local-zfs:vm-120-disk-0' 10G INFO: creating archive '/var/lib/vz/dump/vzdump-qemu-120-2019_04_03-14_16_37.vma' INFO: starting kvm to execute..."
- 22:1622:16, 29 March 2024 diff hist +36 N Backup Created page with "== Proxmox Backup & Restore =="
- 22:1522:15, 29 March 2024 diff hist −8 ClamAV & SA to EPEL No edit summary
- 22:1322:13, 29 March 2024 diff hist +12 ClamAV & SA to EPEL No edit summary
- 22:1222:12, 29 March 2024 diff hist +476 N ClamAV & SA to EPEL Created page with " This script will remove the QT version of ClamAV and replace it with EPEL's version. This will mitigate wait times, hopefully, for newer versions of ClamAV and reduce workload for the QT lead. CentOS 7 # curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos7.sh && chmod 755 ./clam-cos7.sh && ./clam-cos7.sh CentOS 8 # curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos8.sh && chmod 755 ./clam-cos8.sh && ./clam-cos8.sh"
- 22:1222:12, 29 March 2024 diff hist +32 Migrate No edit summary
- 22:0622:06, 29 March 2024 diff hist +13 Many-Domain conversion No edit summary
- 22:0522:05, 29 March 2024 diff hist +131 EL7 to EL 8 or 9 No edit summary
- 22:0522:05, 29 March 2024 diff hist +4,515 N Many-Domain conversion Created page with "1. Stop services qmailctl stop && systemctl stop dovecot 2. Install and enable higher priority QMT MD repo, and Install QMT MD packages. CentOS 7/QMT only wget -O /etc/yum.repos.d/qmt-md.repo https://raw.githubusercontent.com/qmtoaster/mirrorlist/master/qmt-md-centos7.repo yum-config-manager --enable qmt-md-current wget -P /etc/yum.repos.d https://raw.githubusercontent.com/qmtoaster/scripts/master/dovecot.repo yum makecache yum clean all yum update dovecot qmail ezm..."
- 22:0422:04, 29 March 2024 diff hist +35 Migrate No edit summary
- 21:5821:58, 29 March 2024 diff hist +14 Many-Domain script No edit summary
- 21:5721:57, 29 March 2024 diff hist −4 EL7 to EL 8 or 9 No edit summary
- 21:5621:56, 29 March 2024 diff hist +231 EL7 to EL 8 or 9 No edit summary
- 21:5521:55, 29 March 2024 diff hist +2,733 N Many-Domain script Created page with " #!/bin/sh # This script converts the vpopmail db traditionally used by QMT with domain # tables (domain_tld) to the vpopmail table containing many domains (md). # In addition to this vpopmail db conversion appropriate replacement packages # must be installed to interact with the converted vpopmail db, specifically, # CentOS 7/8 pkgs designated with 'md'. The conversion was necessary not only # for Dovecot's dsync utility to utilize commands like `doveadm user '*'`..."
- 21:5421:54, 29 March 2024 diff hist +31 Migrate No edit summary
- 21:3321:33, 29 March 2024 diff hist −150 Vconvert Backend No edit summary
- 21:2921:29, 29 March 2024 diff hist +9 Migrate →Backend
- 21:2921:29, 29 March 2024 diff hist +30 N Migrate Backend Ebroch moved page Migrate Backend to Vconvert Backend current Tag: New redirect
- 21:2921:29, 29 March 2024 diff hist 0 m Vconvert Backend Ebroch moved page Migrate Backend to Vconvert Backend
- 21:2821:28, 29 March 2024 diff hist +29 N Backend Ebroch moved page Backend to Migrate Backend current Tag: New redirect
- 21:2821:28, 29 March 2024 diff hist 0 m Vconvert Backend Ebroch moved page Backend to Migrate Backend
- 21:2021:20, 29 March 2024 diff hist −5 Migrate →CDB to MySQL
- 21:1921:19, 29 March 2024 diff hist +21 N CDB to MySQL Ebroch moved page CDB to MySQL to Backend current Tag: New redirect
- 21:1921:19, 29 March 2024 diff hist 0 m Vconvert Backend Ebroch moved page CDB to MySQL to Backend
- 21:1921:19, 29 March 2024 diff hist −1,776 Vconvert Backend No edit summary
- 21:1521:15, 29 March 2024 diff hist +98 Vconvert Backend No edit summary
- 21:0821:08, 29 March 2024 diff hist +6 Vconvert Backend No edit summary
- 21:0821:08, 29 March 2024 diff hist +4 Vconvert Backend No edit summary
- 21:0821:08, 29 March 2024 diff hist −2 Vconvert Backend No edit summary
- 21:0721:07, 29 March 2024 diff hist +1 Vconvert Backend No edit summary
- 21:0721:07, 29 March 2024 diff hist +39 Vconvert Backend No edit summary
- 21:0621:06, 29 March 2024 diff hist +2,566 N Vconvert Backend Created page with "1) Migration to new host a) On destination host Install QMT/CentOS 7, instructions here. toaststat (make sure all services are running) b) On source [cdb] host dhost=192.168.1.3 (change destination [mysql] host to suit) ssh-keygen ssh-copy-id $dhost ssh $dhost (test, no password should be required) # The first rsync migrates the bulk of the email database with vpasswd files except those queued during sync rsync --progress -zv -are ssh /home/vpopmail/domains/ root@$dho..."
- 21:0521:05, 29 March 2024 diff hist +3,916 N EL7 to EL 8 or 9 Created page with " '''On destination host''' Install Rocky 8 or 9 qmailctl stop && systemctl stop dovecot '''On source host''' <span style="color:red">Source host most likely EL7</span> # dhost=192.168.1.3 <span style="color:red">Change IP address for your needs</span> # ssh-keygen # ssh-copy-id $dhost # ssh $dhost<br> '''''First rsync email db''''' # rsync --progress -zv -are ssh /home/vpopmail/do..."
- 21:0521:05, 29 March 2024 diff hist −3,863 Migrate Replaced content with "== EL7 to EL 8 or 9 == == CDB to MySQL ==" Tag: Replaced
- 20:5120:51, 29 March 2024 diff hist +5 Migrate No edit summary
- 20:4920:49, 29 March 2024 diff hist −8 Migrate No edit summary
- 20:4820:48, 29 March 2024 diff hist +1,158 Migrate No edit summary
- 20:3820:38, 29 March 2024 diff hist +193 Migrate No edit summary
- 20:3120:31, 29 March 2024 diff hist −17 Migrate No edit summary
- 20:3120:31, 29 March 2024 diff hist 0 Migrate No edit summary
- 20:3020:30, 29 March 2024 diff hist −38 Migrate No edit summary
- 20:2920:29, 29 March 2024 diff hist +1 Migrate No edit summary
- 20:2720:27, 29 March 2024 diff hist +76 Migrate No edit summary
- 20:2320:23, 29 March 2024 diff hist −3 Migrate No edit summary
- 20:2020:20, 29 March 2024 diff hist 0 Migrate No edit summary
- 20:2020:20, 29 March 2024 diff hist +4 Migrate No edit summary
- 20:1920:19, 29 March 2024 diff hist +197 Migrate No edit summary
- 20:1420:14, 29 March 2024 diff hist −1 Migrate No edit summary
- 20:1320:13, 29 March 2024 diff hist +30 Migrate No edit summary
- 20:1220:12, 29 March 2024 diff hist −4 Migrate No edit summary