Hey team :wave: Trying to migrate from a cloud Gro...
# announcements
b
Hey team 👋 Trying to migrate from a cloud GrowthBook instance (v807653a) to a self-hosted instance (v40f146d) via importing the config.yml and running into a
Datasource ds_19g61nla2082cc: error:0909006C:PEM routines:get_name:no start line
. Any idea what I'm doing wrong?
And the likely offending json entry:
Copy code
datasources:
  ds_19g61nla2082cc:
    type: bigquery
    name: Echelon
    params:
      privateKey: '********'
      clientEmail: an-email
      projectId: project-ops-21adfa65
      defaultProject: project-ops-21adfa65
      defaultDataset: echelon
f
let me check the code
that PEM line most likely has to do with a license key, do you have that in the config?
perhaps you can DM me the full config.yml?