Ramblings from MostlyChris

Tech stuff and a bit more

Browsing Posts tagged Plesk

NOTE: Most of this is now deprecated. You can use the autoupdater included in the ~[plesk]/bin directory to do the updates. Just make sure you back things up first! Back everything up! ifconfig eth0; hostname cat /etc/hosts ## Verify that the primary IP matches hostname and hosts file     Backups mkdir plesk_upgrade cp -a [...]

When having to migrate hugh numbers of IP addresses on Plesk, here is a way to manipulate the database to do it without having to use the panel to do them one at a time. mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa mysql> SELECT * FROM IP_Addresses; mysql> UPDATE Repository SET component_id = [new ip id] WHERE [...]