Changes

Line 35: Line 35:  
* After conversion of file, import it into your empty postgresql database:
 
* After conversion of file, import it into your empty postgresql database:
 
<source lang="bash">
 
<source lang="bash">
psql -h name_or_ip_of_postgresql_server -d name_database_postgresql -U login_database_mysql -f mysqldump_readyforpgsql.sql > /tmp/resimport.log
+
psql -h name_or_ip_of_postgresql_server -d name_database_postgresql -U login_database_mysql -f mysqldump_readyforpgsql.sql >resimport.log 2>&1
 
</source>
 
</source>
 
* Once import is finished, you must update all sequences to match imported data.
 
* Once import is finished, you must update all sequences to match imported data.