Closed italovalcy closed 1 month ago
Hi,
The pipeline_related.py DB migration script, responsible for "Add owner and table_group fields to flows collections" assumes napps as Database name and ignore MONGO_DBNAME environment variable, despite the documentation says differently:
pipeline_related.py
owner
table_group
flows
napps
https://github.com/kytos-ng/flow_manager/blob/c791712b50ab76bdabab3fef3366f4eb276d7561/scripts/db/2023.1.0/001_pipeline_related.py#L7
Hi,
The
pipeline_related.py
DB migration script, responsible for "Addowner
andtable_group
fields toflows
collections" assumesnapps
as Database name and ignore MONGO_DBNAME environment variable, despite the documentation says differently:https://github.com/kytos-ng/flow_manager/blob/c791712b50ab76bdabab3fef3366f4eb276d7561/scripts/db/2023.1.0/001_pipeline_related.py#L7