-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bugs in migration script #4501
Conversation
There is still another thing that needs to be fixed: If a user first uploads a bundle to Azure Blob storage and changes the database pointing to Azure Blob storage, then the user re-runs the script to delete the original bundle storage, the script can not find the original bundle location. Since we migrate step by step, we need to store state information somewhere. Possible solution: Working on this. |
…ed even though they weren't linked. 2) remove dependency on a file to determine which bundles to delete and what their original locations were.
This reverts commit 73b4d7e.
* Revert "Fix bugs in migration script (#4501)" This reverts commit 73b4d7e. * Only keeps migration.py changes. --------- Co-authored-by: Hidy Han <[email protected]>
Reasons for making this change
After testing on dev environment, we find more bugs in migration script.
Related issues
Screenshots
Checklist