Actions
Refactor #2117
closedMigrate consumers collection to customer table.
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
The data in the consumers collection needs to be migrated into the customer table in postgres.
For each field in the consumer document:
consumers => consumer
______________|____________________________
id => id (generated)
display_name => name
description => description
notes => notes (by Notes relation)
capabilities => (omitted: supported deprecated agent)
rsa_pub => (omitted: supported deprecated agent)
Note: The agent is not included in 3.0.
Related issues
Actions