Project

Profile

Help

Story #152

Updated by bmbouter about 9 years ago

Some users want the ability to search on a particular field of a particular collection frequently, and thus need the ability to define custom indexes. Right now, pulp will destroy user-defined indexes when pulp-manage-db runs. 

 Deliverables: 
 * move It might be sufficient to place the drop and create indexes code from pulp-manage-db into a new migration 
 * add a release note that only after running pulp-manage-db one last time will burden for creating the user's indexes are now safe to be added and they will not be dropped 
 * add a note in on the user facing docs that users are free user, who would use mongo tools to add/manage their own migrations on mongodb 
 * add a section to the developer docs that explains a migration do so. Pulp mostly needs to be used for deletion of indexes in the future just not undo that.

Back