Last active
December 27, 2015 20:04
-
-
Save macmladen/35861135f2351cffe610 to your computer and use it in GitHub Desktop.
BOA full procedure for server upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
### Configuration created on 151219-0247 | |
### | |
_LOCAL_NETWORK_HN="" | |
_LOCAL_NETWORK_IP="" | |
_MY_FRONT="aegir.dx.rs" | |
_MY_HOSTN="dx.rs" | |
_MY_OWNIP="5.9.90.162" | |
_SMTP_RELAY_HOST="" | |
_SMTP_RELAY_TEST=YES | |
_THIS_DB_HOST=localhost | |
### | |
_AUTOPILOT=YES | |
_DEBUG_MODE=NO | |
_MY_EMAIL="[email protected]" | |
_XTRAS_LIST="PDS CGP CHV CSF FTP WMN BDD BND GIT IMG SR4" | |
### | |
_MODULES_FIX=NO | |
_MODULES_SKIP="" | |
_PERMISSIONS_FIX=NO | |
### | |
_CPU_CRIT_RATIO=9 | |
_CPU_MAX_RATIO=6 | |
_CPU_SPIDER_RATIO=3 | |
### | |
_DB_BINARY_LOG=NO | |
_DB_ENGINE=InnoDB | |
_DB_SERIES=5.5 | |
_DB_SERVER=MariaDB | |
_INNODB_LOG_FILE_SIZE=AUTO | |
### | |
_DNS_SETUP_TEST=YES | |
_EXTRA_PACKAGES= | |
_FORCE_GIT_MIRROR="" | |
_LOCAL_DEBIAN_MIRROR=ftp.debian.org | |
_LOCAL_UBUNTU_MIRROR=archive.ubuntu.com | |
_NEWRELIC_KEY=21d653aa5b18e63c44aa826482af8c76ca841bee | |
_SCOUT_KEY= | |
### | |
_NGINX_DOS_LIMIT=300 | |
_NGINX_EXTRA_CONF="" | |
_NGINX_FORWARD_SECRECY=YES | |
_NGINX_LDAP=NO | |
_NGINX_NAXSI=NO | |
_NGINX_SPDY=YES | |
_NGINX_WORKERS=AUTO | |
### | |
_PHP_CLI_VERSION=5.6 | |
_PHP_EXTRA_CONF="" | |
_PHP_FPM_DENY="" | |
_PHP_FPM_VERSION=5.6 | |
_PHP_FPM_WORKERS=AUTO | |
_PHP_GEOS=YES | |
_PHP_MONGODB=YES | |
_PHP_MULTI_INSTALL=5.6 | |
_PHP_SINGLE_INSTALL="5.6" | |
### | |
_REDIS_LISTEN_MODE=SOCKET | |
_RESERVED_RAM=0 | |
_SPEED_VALID_MAX=3600 | |
_SSH_FROM_SOURCES=YES | |
_SSH_PORT=22 | |
_SSL_FROM_SOURCES=YES | |
_STRICT_BIN_PERMISSIONS=YES | |
_STRONG_PASSWORDS=NO | |
### | |
_CUSTOM_CONFIG_CSF=NO | |
_CUSTOM_CONFIG_LSHELL=NO | |
_CUSTOM_CONFIG_REDIS=NO | |
_CUSTOM_CONFIG_SQL=NO | |
### | |
_AEGIR_UPGRADE_ONLY=NO | |
_SYSTEM_UPGRADE_ONLY=YES | |
### | |
_PHP_IONCUBE=NO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
### Configuration created on 151219-0247 with | |
### Octopus version BOA-2.4.7 | |
### | |
_USER="o1" | |
_MY_EMAIL="[email protected]" | |
_PLATFORMS_LIST="ALL" | |
_AUTOPILOT=YES | |
_HM_ONLY=NO | |
_DEBUG_MODE=NO | |
_MY_OWNIP= | |
_FORCE_GIT_MIRROR="" | |
_THIS_DB_HOST=localhost | |
_DNS_SETUP_TEST=YES | |
_HOT_SAUCE=NO | |
_USE_CURRENT=YES | |
_DEL_OLD_EMPTY_PLATFORMS=0 | |
_DEL_OLD_BACKUPS=0 | |
_DEL_OLD_TMP=0 | |
_LOCAL_NETWORK_IP= | |
_PHP_FPM_VERSION=5.6 | |
_PHP_CLI_VERSION=5.6 | |
_PHP_FPM_WORKERS=AUTO | |
_PHP_FPM_TIMEOUT=AUTO | |
_PHP_FPM_DENY="" | |
_STRONG_PASSWORDS=NO | |
_SQL_CONVERT=NO | |
_RESERVED_RAM=0 | |
### | |
_DOMAIN="o1.dx.rs" | |
_CLIENT_EMAIL="[email protected]" | |
_CLIENT_OPTION="SSD" | |
_CLIENT_SUBSCR="Y" | |
_CLIENT_CORES="8" | |
### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Caveats for self-hosted BOA: | |
# We recommend to proceed with major upgrade procedure as follows: | |
cd;wget -q -U iCab http://files.aegir.cc/BOA.sh.txt;bash BOA.sh.txt | |
barracuda up-stable | |
barracuda up-stable system | |
octopus up-stable all both | |
bash /var/xdrago/manage_ltd_users.sh | |
bash /var/xdrago/daily.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment