Skip to content

A script to migrate Metabase pulses to subscriptions

Notifications You must be signed in to change notification settings

glitchsys/pulse-migrator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pulse-migrator

This will migrate old Metabase pulses to subscriptions

How to run

NODE_TLS_REJECT_UNAUTHORIZED=0 HOST=<hostname> USERNAME=<username> PASSWORD=<password> bun index.ts

Env vars you need to use

  • HOST: the hostname where your Metabase lives
  • USERNAME: your username (needs to be an admin)
  • PASSWORD: the password of your admin user

If you have SSO enabled and you can't access via user/pass then you can use the env var SESSION_COOKIE, that you can get from your cookies once you authenticated

NOTE: THIS IS ONLY FOR VERSIONS > 40

About

A script to migrate Metabase pulses to subscriptions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%