Laufwerkspartition unter Proxmox vergrössern
Im Proxmox Gui VM->Hardware->Laufwerk->Disk Action->Resize Platz hinzufügen In der VM (bei Boot Partition mit Gparted.iso starten) >cfdisk /dev/sdb -> Resize->Save->Yes->Quit >resize2fs /dev/sdb1
Im Proxmox Gui VM->Hardware->Laufwerk->Disk Action->Resize Platz hinzufügen In der VM (bei Boot Partition mit Gparted.iso starten) >cfdisk /dev/sdb -> Resize->Save->Yes->Quit >resize2fs /dev/sdb1
In die wp-config.php folgendes am Ende eintragen: https://gist.github.com/dianjuar/1b2c43d38d76e68cf21971fc86eaac8e
Alte Dateien in „/var/log/proxmox-backup“ löschen. Diese tauchen dann nicht mehr in der GUI unter LOG auf.
Proxmox LXC 8GB SSD 512MB RAM Debian 12 (Bookworm) Image Feste IP vergeben Port 80, 443 am Router forwaden Init.-User:admin@example.com Init.-PW: changeme
****Host Key has changed.**** I assumed that the public keys in each server’s /etc/ssh/ssh_host_rsa_key.pub files (and the matching private keys) are the actual master keys. I copied the public keys from each other node into both /etc/ssh/ssh_known_hosts on all three servers, and /etc/pve/priv/known_hosts is symlinked which is shared across all three. Once that was done, the replication errors went away and … Weiterlesen
nano container_apt_dist-upgrade.sh chmod +x container_apt_dist-upgrade.sh
per SSH anmeldenscreen installieren und starten (apt install screen, screen, STRG+A d = detach, screen -ls = auflisten, screen -r = attach) proxmox-backup-manager versions = Version checkenUI -> Datastore (backup) -> Options -> Maintenance aktivieren sed -i ’s/bullseye/bookworm/g‘ /etc/apt/sources.list = Repositories aktualisieren (etc/apt/Sources.list prüfen) apt updateapt dist-upgrade (Y to all) systemctl reboot proxmox-backup-manager versions = … Weiterlesen
docker exec -it CONTAINERNAME bash cat .htaccess sed -i ‚/^# END WordPress.*/i php_value upload_max_filesize 256M\nphp_value post_max_size 256M‘ .htaccess