Displaying 2 results from an estimated 2 matches for "testmigr".
Did you mean:
testmgr
2006 Apr 25
3
command rake migration also runs #down method ?
...migrate will it run both v5 for both tables or will it run
v4 for one and v5 for the other ? This is still not clear to me...
TIA,
Tuka
C:\TDV>ruby script/console
Loading development environment.
>> require ''db/migrate/001_test_migration.rb''
=> true
>> TestMigration.down
== TestMigration: reverting
===================================================
-- drop_table(:migration_test)
-> 0.0900s
== TestMigration: reverted (0.0900s)
==========================================
=> nil
>> TestMigration.up
== TestMigration: migrating
=====...
2010 Feb 26
1
Migration error
...portable NetworkManager: <info> exiting (success)
/in the destination libvirt vm log i can see the cmd running by migration:
/LC_ALL=C
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin HOME=/
QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.11 -enable-kvm -m 256 -smp 1
-name testmigration -uuid 71c22b3b-4c93-80bd-8387-2b502887c2aa -monitor
unix:/var/lib/libvirt/qemu/testmigration.monitor,server,nowait -boot c
-drive file=/mnt/testmigration.img,if=virtio,boot=on,format=qcow2 -drive
if=ide,media=cdrom,bus=1,unit=0,format=raw -net
nic,macaddr=52:54:00:7a:a4:98,vlan=0,model=vir...