Tobias Bussmann

Results 90 comments of Tobias Bussmann

Oh and additionally: - Did you move or rename the Postgres.app application bundle while the PostgreSQL server was running or was it running from the Disk Image (.dmg)?

What bothers me is why the crash can be avoided by deleting preferences or restarting the server. The main things that will be different in that case is that the...

While we are still trying to understand why the helper application crashes for some users, the new [v2.7.2 release](https://github.com/PostgresApp/PostgresApp/releases/tag/v2.7.2) should improve the situation for those affected: * Install the update...

While there isn't currently a customisable templating mechanism in Postgres.app, you may already alter the defaults used to initialise new clusters per PostgreSQL version within Postgres.app: You can edit the...

This was certainly an unintentional change. It also affected other SQLite-based formats. I seem to have managed to fix this - please test with the next releases. Thanks for noticing...

This was fixed for PostgreSQL 13-16 with the [2.6.5 releases](https://github.com/PostgresApp/PostgresApp/releases/tag/v2.6.5) but apparently broke again on older macOS versions with the GDAL 3.7 update that has been done for Postgres 16...

I've spent some more investigation on this. Thank you for the hint on `listen_address`! I can now reproduce the behaviour even on modern versions of macOS: * create a server...

Further notes from our discussion: * keep the current set of bundled extensions for Postgres 18 but provide the new infrastructure and test it with new extensions * add a...

Glad that restarting the Server resolved the issue for you. Unfortunately, attaching the logfile did not work properly - it returns `Not Found`. You can easily access the Postgres log...

thanks for your feedback! It's correct that the releases of 2.7.4 use the binaries of PostgreSQL 17 beta 1 at their 'latest' symlink. These are therefore marked as pre-releases on...