graphsense / graphsense-tagpack-tool

GraphSense TagPack Management Tool
MIT License
7 stars 2 forks source link

Allow to define postgres.conf parameters in .env #83

Closed soad003 closed 1 year ago

soad003 commented 1 year ago

Currently, whenever a new tagstore instance is set up a new default postgres.conf is created. From a performance perspective it often makes sense to alter some of those values (div. buffer sizes) to match the environment. Unfortunately in the current state it is easy to forget to migrate these changes when an new version of the tagstore is set up. It would be great if some of the parameters could be altered in the .env file used to configure the tagstore since they are harder to forget to migrate.

soad003 commented 1 year ago

closed with pr https://github.com/graphsense/graphsense-tagpack-tool/pull/89