We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cee062 commit 2b1294eCopy full SHA for 2b1294e
backend/infrahub/cli/upgrade.py
@@ -83,6 +83,7 @@ async def upgrade_cmd(
83
84
migrations = await detect_migration_to_run(current_graph_version=root_node.graph_version)
85
if check:
86
+ await dbdriver.close()
87
return
88
89
if not await migrate_database(db=dbdriver, initialize=False, migrations=migrations):
0 commit comments