Closed SoftwareSing closed 5 years ago
改變執行順序後,可以正確的rename與createIndex 但dropIndex出現錯誤
rename
createIndex
dropIndex
MongoError: can't find index with key: { name: 1 }
確認 companyArchive 的 indexes 後,確實已沒有這條 index 目前無法確定是在前幾次嘗試中被消除了,或是在更早之前(尚未更新 #607 前)就因為其他因素消除 亦無法確定第一次失敗是否是因為dropIndex
companyArchive
在確認DB資料已完成更新後 ( rename $ createIndex ),除dropIndex外無其他錯誤,已手動將migration version拉至43,並正常執行migration 44
改變執行順序後,可以正確的
rename
與createIndex
但dropIndex
出現錯誤確認
companyArchive
的 indexes 後,確實已沒有這條 index 目前無法確定是在前幾次嘗試中被消除了,或是在更早之前(尚未更新 #607 前)就因為其他因素消除 亦無法確定第一次失敗是否是因為dropIndex
在確認DB資料已完成更新後 (
rename
$createIndex
),除dropIndex
外無其他錯誤,已手動將migration version拉至43,並正常執行migration 44