Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paoliniluis/pulse-migrator

A script to migrate Metabase pulses to subscriptions
https://github.com/paoliniluis/pulse-migrator

Last synced: about 9 hours ago
JSON representation

A script to migrate Metabase pulses to subscriptions

Awesome Lists containing this project

README

        

# pulse-migrator
This will migrate old Metabase pulses to subscriptions

### How to run
```
NODE_TLS_REJECT_UNAUTHORIZED=0 HOST= USERNAME= PASSWORD= bun index.ts
```

### How to run (docker)
```
docker build -t pulse-migrator .
docker run -e NODE_TLS_REJECT_UNAUTHORIZED=0 -e HOST= -e USERNAME= -e PASSWORD= pulse-migrator
```

### 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