On Wed, Dec 29, 2021 at 07:46:39PM +0200, Adrian Bunk wrote:
> On Wed, Dec 29, 2021 at 05:04:29PM +0100, Peter De Wachter wrote:
> > In postgis LTS update 2.3.1+dfsg-2+deb9u1, the package
> > postgresql-9.6-postgis-2.3-scripts is empty (containing only
> > /usr/share/doc files). The scripts are mis
On Wed, Dec 29, 2021 at 05:04:29PM +0100, Peter De Wachter wrote:
> In postgis LTS update 2.3.1+dfsg-2+deb9u1, the package
> postgresql-9.6-postgis-2.3-scripts is empty (containing only
> /usr/share/doc files). The scripts are missing. Without the scripts, I
> believe it's not possible to create ne
In postgis LTS update 2.3.1+dfsg-2+deb9u1, the package
postgresql-9.6-postgis-2.3-scripts is empty (containing only
/usr/share/doc files). The scripts are missing. Without the scripts, I
believe it's not possible to create new postgis databases.
To reproduce:
$ sudo -u postgres createdb test
$ su