Merge 2 Organizations

Hello

i would like to know if it’s possible to merge 2 organizations. more exactly to merge an organization with the default principal one.

The organisation got dashboard and users.

Any suggestion or direction to look?
Tonic8

Hello

Nobody never needed to reimporte the graphes and users preferences from one Organization (obsolete) to a new one?

Tonic8

Hey @tonic8 , have you ever managed to do the merge?

is this for Cloud or on prem oSS?

SELECT m.name as tableName, 
       p.name as columnName
FROM sqlite_master m
left outer join pragma_table_info((m.name)) p
 on m.name <> p.name
 where m.type = 'table' and columnName like '%org%'
order by tableName, columnName
;
``

hello

it was on prem. i restarted from ground the setup (new server new uri, new organisation (also other topics were puishing for a fresh setup)

we are phasing out from the old.

thanks.
Regards
Tonic8

@cbunteliveintent

Risky approach but I would try copying your whole grafana instance to a dev machine and make updates to the db itself. Try migrating a couple of dashboards and their datasources and maybe even alerrts.

But make sure there are no naming conflicts though the ids are different