Anonymous
×
Create a new article
Write your page title here:
We currently have 27 articles on PhenixOps. Type your article name above or click on one of the titles below and start writing!



PhenixOps
27Articles

Servers: Difference between revisions

No edit summary
Line 31: Line 31:
<code>
<code>
mysqldump -u root -p mediadb > /backups/mysql/mediadb.sql
mysqldump -u root -p mediadb > /backups/mysql/mediadb.sql
</code>
==== Website Backup ====
Apache config
<code>
gzip -9 -rc /etc/apache2 > /backups/website/etc_apache2.gz
</code>
Content
<code>
gzip -9 -rc /var/www > /backups/website/var_www_backup.gz
</code>
</code>

Revision as of 00:00, 19 April 2020

Phenix

Type: VPS Hosted at LeaseWeb
IP Adress: 212.32.240.77
Server ID: JEP001
Contract: 55039337
Customer portal id: jendrossek.sip@gmail.com
Password can be found in the KeePass database

Services

www.phenixzine.net
Icinga Monitoring
MediaWiki
Mysql Databases

Mysql backups

Icinga

mysqldump -u root -p icingadb > /backups/mysql/incingadb.sql

Icingaido

mysqldump -u root -p icingaido > /backups/mysql/icingaido.sql

MediaWiki

mysqldump -u root -p mediadb > /backups/mysql/mediadb.sql

Website Backup

Apache config

gzip -9 -rc /etc/apache2 > /backups/website/etc_apache2.gz

Content

gzip -9 -rc /var/www > /backups/website/var_www_backup.gz