Skip to content

Resolve "Ensure batched background migrations admin interface is multi-database aware"

In this MR, we add support for multiple databases for the batched background migrations admin panel. We have introduced a non-required new parameter called database. When the client sends the database param, the backend will use the connection of the database selected by the client. When the database is not provided, the backend will use the connection of the main database.

Front-end part: !85639 (merged)

Related to #358895 (closed)

Edited by Huzaifa Iftikhar

Merge request reports

Loading