You are not logged in.
Okay. So I wanted to upgrade postgresql from 9.2 to 9.3. I do have postgresql-old-upgrade.
I init a new 9.3 database and run pg_upgrade:
su - postgres -c "pg_upgrade -d /var/lib/postgres/data-9.2 -D /var/lib/postgres/data -b /opt/pgsql-9.2/bin -B /usr/bin"Just like it says on the wiki.
And then something incredibly strange happens:
check for "/usr/bin/pg_dumpall" failed: No such file or directoryOops. Guess for some reason pg_dumpall isn't present in the system, even after reinstalling the package.
And since nobody's complaint yet and there's no bug report for it (yet?), I assume there's something else going on than the package being broken?
Offline
Check postgresql-libs:
# pacman -Qo /usr/bin/pg_dumpall
/usr/bin/pg_dumpall is owned by postgresql-libs 9.3.1-3Last edited by twelveeighty (2013-10-30 03:20:37)
Offline
% pkgfile /usr/bin/pg_dumpall
extra/postgresql-libsOffline