| 1 | [[PageOutline(2-5, Table of Contents, floated)]] |
| 2 | = Upgrading the servers from Debian Squeeze to Wheezy = |
| 3 | |
| 4 | The last upgrade LennyToSqueeze was done on ticket:301 and this upgrade is being tracked on ticket:535. |
| 5 | |
| 6 | == Penguin == |
| 7 | |
| 8 | A list of non-squeeze packages on PenguinServer follow. The {{{/etc/apt/preferences.d/squeeze.pref}}} file will need deleting for the upgrade. |
| 9 | |
| 10 | === dotdeb === |
| 11 | |
| 12 | {{{ |
| 13 | dpkg -l | grep dotdeb |
| 14 | ii nginx 1.2.8-1~dotdeb.2 small, powerful, scalable web/proxy server |
| 15 | ii nginx-common 1.2.8-1~dotdeb.2 small, powerful, scalable web/proxy server - common files |
| 16 | ii nginx-full 1.2.8-1~dotdeb.2 nginx web/proxy server (standard version) |
| 17 | ii php-pear 5.3.24-1~dotdeb.0 PEAR - PHP Extension and Application Repository |
| 18 | ii php5 5.3.24-1~dotdeb.0 server-side, HTML-embedded scripting language (metapackage) |
| 19 | ii php5-apc 5.3.24-1~dotdeb.0 apc module for php5 |
| 20 | ii php5-cli 5.3.24-1~dotdeb.0 command-line interpreter for the php5 scripting language |
| 21 | ii php5-common 5.3.24-1~dotdeb.0 Common files for packages built from the php5 source |
| 22 | ii php5-fpm 5.3.24-1~dotdeb.0 server-side, HTML-embedded scripting language (FPM-CGI binary) |
| 23 | ii php5-gd 5.3.24-1~dotdeb.0 GD module for php5 |
| 24 | ii php5-mysql 5.3.24-1~dotdeb.0 MySQL module for php5 |
| 25 | }}} |
| 26 | |
| 27 | Some of these are specified in {{{/etc/apt/preferences.d/dotdeb.pref}}}: |
| 28 | |
| 29 | {{{ |
| 30 | Package: php-pear php5-cli php5-common php5-fpm php5-mysql php5 |
| 31 | Pin: release o=packages.dotdeb.org |
| 32 | Pin-Priority: 989 |
| 33 | }}} |
| 34 | |
| 35 | === backports === |
| 36 | |
| 37 | {{{ |
| 38 | dpkg -l | grep bpo60 |
| 39 | ii gawk 1:4.0.1+dfsg-2~bpo60+1 GNU awk, a pattern scanning and processing language |
| 40 | ii geoip-database 20130213-1~bpo60+1 IP lookup command line tools that use the GeoIP library (country database) |
| 41 | ii libcairo2 1.10.2-7~bpo60+1 The Cairo 2D vector graphics library |
| 42 | ii libgeoip1 1.4.8+dfsg-2~bpo60+1 non-DNS IP-to-country resolver library |
| 43 | ii liblog-dispatch-perl 2.29-1~bpo60+1 message dispatcher to multiple Log::Dispatch::* objects |
| 44 | ii libnet-server-perl 0.99-3~bpo60+1 extensible, general perl server engine |
| 45 | ii libpixman-1-0 0.24.0-1~bpo60+1 pixel-manipulation library for X and cairo |
| 46 | ii liburi-perl 1.60-1~bpo60+1 module to manipulate and access URI strings |
| 47 | ii libxfont1 1:1.4.4-1~bpo60+1 X11 font rasterisation library |
| 48 | ii munin 2.0.6-4~bpo60+1 network-wide graphing framework (grapher/gatherer) |
| 49 | ii munin-common 2.0.6-4~bpo60+1 network-wide graphing framework (common) |
| 50 | ii munin-doc 2.0.6-4~bpo60+1 network-wide graphing framework (documentation) |
| 51 | ii munin-node 2.0.6-4~bpo60+1 network-wide graphing framework (node) |
| 52 | ii munin-plugins-core 2.0.6-4~bpo60+1 network-wide graphing framework (plugins for node) |
| 53 | ii munin-plugins-extra 2.0.6-4~bpo60+1 network-wide graphing framework (user contributed plugins for node) |
| 54 | ii python-babel 0.9.6-1~bpo60+1 tools for internationalizing Python applications |
| 55 | ii trac 0.12.2-1~bpo60+1 Enhanced wiki and issue tracking system for software development projects |
| 56 | ii x11-common 1:7.6+8~bpo60+1 X Window System (X.Org) infrastructure |
| 57 | }}} |
| 58 | |
| 59 | Again some of these are specified in {{{/etc/apt/preferences.d/backports.pref}}}: |
| 60 | |
| 61 | {{{ |
| 62 | Package: gawk geoip-database libcairo2 libfreetype6 libgeoip1 liblog-dispatch-perl libnet-server-perl libpixman-1-0 liburi-perl libxfont1 munin munin-common munin-doc munin-node munin-plugins-core munin-plugins-extra nginx nginx-common nginx-full python-babel trac x11-common |
| 63 | Pin: release o=backports |
| 64 | Pin-Priority: 990 |
| 65 | }}} |
| 66 | |
| 67 | == Puffin == |
| 68 | |
| 69 | A list of non-squeeze packages on PuffinServer follow, these are specified in {{{/etc/apt/preferences}}} which was created by BOA: |
| 70 | |
| 71 | {{{ |
| 72 | Package: * |
| 73 | Pin: origin repo.percona.com |
| 74 | Pin-Priority: 1003 |
| 75 | |
| 76 | Package: * |
| 77 | Pin: origin ftp.osuosl.org |
| 78 | Pin-Priority: 1002 |
| 79 | |
| 80 | Package: nginx-extras redis-server php5-apc php5-cli php5-common php5-curl php5-dev php5-ffmpeg php5-fpm php5-gd php5-geoip php5-gmp php5-imagick php5-imap php5-json php5-ldap php5-mcrypt php5-mhash php5-mysql php-pear php5-sasl php5-sqlite php5-suhosin php5-xmlrpc php5-xsl |
| 81 | Pin: origin packages.dotdeb.org |
| 82 | Pin-Priority: 1001 |
| 83 | }}} |
| 84 | |
| 85 | === dotdeb === |
| 86 | |
| 87 | {{{ |
| 88 | dpkg -l | grep dotdeb |
| 89 | rc nginx-common 1.2.6-1~dotdeb.0 small, powerful, scalable web/proxy server - common files |
| 90 | ii php-pear 5.3.24-1~dotdeb.0 PEAR - PHP Extension and Application Repository |
| 91 | ii php5-apc 5.3.24-1~dotdeb.0 apc module for php5 |
| 92 | ii php5-cli 5.3.24-1~dotdeb.0 command-line interpreter for the php5 scripting language |
| 93 | ii php5-common 5.3.24-1~dotdeb.0 Common files for packages built from the php5 source |
| 94 | ii php5-curl 5.3.24-1~dotdeb.0 CURL module for php5 |
| 95 | ii php5-dev 5.3.24-1~dotdeb.0 Files for PHP5 module development |
| 96 | ii php5-fpm 5.3.24-1~dotdeb.0 server-side, HTML-embedded scripting language (FPM-CGI binary) |
| 97 | ii php5-gd 5.3.24-1~dotdeb.0 GD module for php5 |
| 98 | ii php5-geoip 5.3.24-1~dotdeb.0 geoip module for php5 |
| 99 | ii php5-gmp 5.3.24-1~dotdeb.0 GMP module for php5 |
| 100 | ii php5-imagick 5.3.24-1~dotdeb.0 imagick module for php5 |
| 101 | ii php5-imap 5.3.24-1~dotdeb.0 IMAP module for php5 |
| 102 | ii php5-ldap 5.3.24-1~dotdeb.0 LDAP module for php5 |
| 103 | ii php5-mcrypt 5.3.24-1~dotdeb.0 MCrypt module for php5 |
| 104 | ii php5-mysql 5.3.24-1~dotdeb.0 MySQL module for php5 |
| 105 | ii php5-sqlite 5.3.24-1~dotdeb.0 SQLite module for php5 |
| 106 | ii php5-xmlrpc 5.3.24-1~dotdeb.0 XML-RPC module for php5 |
| 107 | ii php5-xsl 5.3.24-1~dotdeb.0 XSL module for php5 |
| 108 | }}} |
| 109 | |
| 110 | |
| 111 | |