date_due
[ferlib2koha.git] / README
diff --git a/README b/README
index ead7fc5..4e21cd7 100644 (file)
--- a/README
+++ b/README
@@ -40,6 +40,16 @@ sys     0m10.133s
 
 fer-koha@gimpoz:/usr/share/koha/bin/maintenance$ ./sync_items_in_marc_bib.pl --run-update
 
+
 #5 rebuild zebra
 
 fer-koha@gimpoz:/usr/share/koha/bin/migration_tools$ ./rebuild_zebra.pl -b -a -r -v
+
+
+#6 transfer database to production
+dpavlin@gimpoz:/srv/ferlib2koha$ time sudo mysqldump koha_fer | ssh dpavlin@lib.fer.hr  mysql koha_fer
+
+real    1m57.901s
+user    0m9.541s
+sys     0m2.288s
+