Package: gallery2
Version: 2.3-1
Severity: normal

I upgraded from 2.1.2 (oldstable) to 2.3-1. When accessing my galleries for
the first time, the upgrader prompted me to create a backup, and displayed
the following sample command:

mysqldump -udbuser -p -h localhost:/var/lib/mysql/var/run/mysqld/mysqld.sock \
  --opt dbname > dbname.sql

The reason for this is that I had in my config.php the following:

$storeConfig['type'] = 'mysqlt';
$storeConfig['hostname'] =
'localhost:/var/lib/mysql/var/run/mysqld/mysqld.sock';

Upgrade should detect that a Unix domain socket is used, and not a TCP
connection, and instead suggest the following command:

mysqldump -udbuser -p -S /var/lib/mysql/var/run/mysqld/mysqld.sock \
  --opt dbname > dbname.sql 



-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (990, 'stable'), (650, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24.ovz006.5 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages gallery2 depends on:
ii  apache2-mpm-pre 2.2.9-10+lenny2          Apache HTTP Server - traditional n
ii  debconf [debcon 1.5.24                   Debian configuration management sy
ii  imagemagick     7:6.3.7.9.dfsg1-3~lenny1 image manipulation programs
ii  libapache2-mod- 5.2.6.dfsg.1-1+lenny2    server-side, HTML-embedded scripti
ii  libphp-adodb    5.05-1                   The ADOdb database abstraction lay
ii  mysql-client    5.0.51a-24               MySQL database client (metapackage
ii  mysql-client-5. 5.0.51a-24               MySQL database client binaries
ii  netpbm          2:10.0-12                Graphics conversion tools
ii  php5            5.2.6.dfsg.1-1+lenny2    server-side, HTML-embedded scripti
ii  php5-mysql      5.2.6.dfsg.1-1+lenny2    MySQL module for php5
ii  smarty          2.6.20-1.1               Template engine for PHP
ii  wwwconfig-commo 0.1.2                    Debian web auto configuration

Versions of packages gallery2 recommends:
pn  dcraw              <none>                (no description available)
pn  ffmpeg             <none>                (no description available)
ii  jhead              2.84-2                manipulate the non-image part of E
ii  libjpeg-progs      6b-14                 Programs for manipulating JPEG fil
ii  php5-gd            5.2.6.dfsg.1-1+lenny2 GD module for php5
ii  unzip              5.52-12               De-archiver for .zip files
ii  zip                2.32-1                Archiver for .zip files

Versions of packages gallery2 suggests:
ii  mysql-server                  5.0.51a-24 MySQL database server (metapackage
ii  mysql-server-5.0 [mysql-serve 5.0.51a-24 MySQL database server binaries

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to