PostgreSQL La base de donnees la plus sophistiquee au monde.

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

admin:migration_8.4_9.0 [2011/01/16 21:55] – créée daamienadmin:migration_8.4_9.0 [2011/01/23 22:13] (Version actuelle) daamien
Ligne 24: Ligne 24:
 pg_dump limesurvey | /usr/local/pgsql/bin/psql -h 127.0.0.1 -p 5433 limesurvey -U limesurvey  pg_dump limesurvey | /usr/local/pgsql/bin/psql -h 127.0.0.1 -p 5433 limesurvey -U limesurvey 
 </code> </code>
 +
 +===== Etape 1a : roundcube + postfix + postfixadmin =====
 +
 +<code>
 +/usr/local/pgsql/bin/createuser -h 127.0.0.1 -p 5433 roundcube -SPRDl
 +/usr/local/pgsql/bin/createdb -h 127.0.0.1 -p 5433 roundcube --owner roundcube
 +pg_dump roundcube | /usr/local/pgsql/bin/psql -h 127.0.0.1 -p 5433 roundcube -U roundcube
 +</code>
 +
 ++ Modification du fichier :
 +
 +
 +/data/www/fr/postgresql.fr/webmail$/config/db.inc.php
 +
 +
 +
 +===== Etape 1b : courier + postfix + postfixadmin =====
 +
 +
 +
 +
 +<code>
 +/usr/local/pgsql/bin/createuser -h 127.0.0.1 -p 5433 postfix -SPRDl
 +/usr/local/pgsql/bin/createdb -h 127.0.0.1 -p 5433 postfix --owner postfix
 +pg_dump postfix | /usr/local/pgsql/bin/psql -h 127.0.0.1 -p 5433 postfix -U postfix
 +</code>
 +
 +fichier à modifier :
 +
 +  * /usr/share/postfixadmin/config.inc.php
 +  * /etc/courier/authpgsqlrc
 +  * /etc/postfix/pgsql
 +
 +<note important> ROLLBACK ! Postfix et postfixadmin supportent mal le port 5433 :-/</note>
 
admin/migration_8.4_9.0.1295211328.txt.gz · Dernière modification : 2011/01/16 21:55 de daamien