Skip to content

pgloader 3.2.1 preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@dimitri dimitri released this 22 Jan 00:40
· 876 commits to master since this release

pgloader 3.2.1 preview

This is a preview release that contains some bugfixes for pgloader 3.2.0 found by early testers. Not all binary formats are covered yet. It's an interim release motivated by a down hosting server just right when pgloader makes it to Hacker News, done in the middle of the night to serve curious visitors: enjoy ;-)

It's a pre-release but as only bug fixes made it on top of pgloader 3.2.0, it's as safe as 3.2.0 really, just try it and tell me!

Binary Files

You have a choice of .pkg for MacOSX systems, .deb for debian sid (no backport to testing or stable yet, but these days I would expect that libc are at the same version so it's worth a try), and a RPM for CentOS 6.4 (Final).

Runtime dependencies

You might need to install freetds-devel package and openssl-devel depending on the features you're using from pgloader, freetds being the MS SQL driver.

CentOS binary file

The tar contains a single file pgloader that is an almost static binary:

[vagrant@localhost vagrant]$ cat /etc/redhat-release 
CentOS release 6.4 (Final)
[vagrant@localhost vagrant]$ ldd ./build/bin/pgloader
    linux-vdso.so.1 =>  (0x00007fff9d5ff000)
    libdl.so.2 => /lib64/libdl.so.2 (0x00007fcc88183000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fcc87f66000)
    libz.so.1 => /lib64/libz.so.1 (0x00007fcc87d4f000)
    libm.so.6 => /lib64/libm.so.6 (0x00007fcc87acb000)
    libc.so.6 => /lib64/libc.so.6 (0x00007fcc87738000)
    /lib64/ld-linux-x86-64.so.2 (0x00007fcc88390000)