[Koha] Migrate all Koha data from old server to new server

Greg Vickers daehenoc at optusnet.com.au
Sat Jan 21 00:08:20 NZDT 2006


Joshua Ferraro wrote:

>Hi Greg,
>
>Probably the safest way to proceed is to install Koha on the new server,
>then just mysqldump the Koha database on the old server and restore it
>to the new server. Something like this:
>
># mysqldump -ukohaadmin -pmypass --add-drop-table Koha > koha.sql
># scp koha.sql myuser at newserver.com:
>
>Then on the new server:
>
># mysql -ukohaadmin -pmypass Koha < /home/myuser/koha.sql
>
>Hope that helps, let us know how it goes.
>
>Cheers,
>  
>
WIN! All data transferred successfully! Thank you Joshua, you are a 
champion :)



More information about the Koha mailing list