From: | Greg Smith <greg(dot)smith(at)crunchydata(dot)com> |
---|---|
To: | pgsql-pkg-debian(at)postgresql(dot)org |
Subject: | PostGIS files for PG17-b2 |
Date: | 2024-07-01 16:01:19 |
Message-ID: | CAHo4unZmXujaaV9npNmEMQw26jaCH7=+2+hUuJjNkCN3WnOo7A@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-pkg-debian |
I'm trying to run performance tests for the PG17-b2 release, but like b1 I
don't find the PostGIS files there to complete my test suite, Normally I'd
use:
sudo apt install postgresql-17-postgis-3 postgresql-17-postgis-3-scripts
But I don't see any of that available yet for 24.04 Noble Numbat. Is that
normal? Should I get those from somewhere else? I know this package repo
normally supplies them for the final release.
P.S.: there is a cat bump for 17b2 and you give out pg_upgrade
instructions that correctly move the cluster to the new version. Works
great. However, the final cleanup step recommended doesn't work:
postgres(at)rising:~/pgbench-tools$ rm -rf /var/tmp/postgresql-17-202405161
rm: cannot remove '/var/tmp/postgresql-17-202405161/bin/pg_resetwal':
Permission denied
rm: cannot remove '/var/tmp/postgresql-17-202405161/bin/pg_walsummary':
Permission denied
...
rm: cannot remove '/var/tmp/postgresql-17-202405161/lib/plpgsql.so':
Permission denied
I needed an account with sudo to wipe that directory out:
sudo rm -rf /var/tmp/postgresql-17-202405161
Not sure how you want to deal with this, seems like a rough edge that
should be polished before release.
--
Greg Smith greg(dot)smith(at)crunchydata(dot)com
Director of Open Source Strategy
From | Date | Subject | |
---|---|---|---|
Next Message | Christoph Berg | 2024-07-01 16:16:03 | Re: PostGIS files for PG17-b2 |
Previous Message | apt.postgresql.org Repository Update | 2024-06-30 17:35:34 | postgresql-common updated to version 261.pgdg+1 |