Sfoglia il codice sorgente

enable batch mode for migration by default

Roman Dmitriev 3 mesi fa
parent
commit
8cf6cdf664
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/databases/migrate2psql.sh

+ 1 - 1
docs/databases/migrate2psql.sh

@@ -356,7 +356,7 @@ eye_migrate2pgsql() {
     setup_database
     
     #data migration
-    /opt/Eye/docs/databases/migrate2psql.pl --clear
+    /opt/Eye/docs/databases/migrate2psql.pl --clear --batch
     
     if [ $? -eq 0 ]; then
 	setup_configs