ACGN-stock / acgn-stock

PTT ACGN股票交易市場
https://acgn-stock.com
MIT License
262 stars 37 forks source link

[謎] Fix migration #614

Closed SoftwareSing closed 5 years ago

SoftwareSing commented 5 years ago

改變執行順序後,可以正確的renamecreateIndexdropIndex出現錯誤

MongoError: can't find index with key: { name: 1 }

確認 companyArchive 的 indexes 後,確實已沒有這條 index 目前無法確定是在前幾次嘗試中被消除了,或是在更早之前(尚未更新 #607 前)就因為其他因素消除 亦無法確定第一次失敗是否是因為dropIndex


在確認DB資料已完成更新後 ( rename $ createIndex ),除dropIndex外無其他錯誤,已手動將migration version拉至43,並正常執行migration 44