wbh1 / grafana-sqlite-to-postgres

Grafana SQLite to Postgres Database Migrator
MIT License
97 stars 26 forks source link

2.2.4 binary won't run on RHEL7.9 #51

Open Alexchertkov opened 8 months ago

Alexchertkov commented 8 months ago

Hi!

I've tried to execute 2.2.4 binary on RHEL 7.9 and got these errors

./grafana-migrate_linux_amd64-v2.2.4: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./grafana-migrate_linux_amd64-v2.2.4)
./grafana-migrate_linux_amd64-v2.2.4: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./grafana-migrate_linux_amd64-v2.2.4)

OS Version - Red Hat Enterprise Linux Server release 7.9 (Maipo)

2.2.3 runs ok on the same version.