thegraphnetwork / EpiGraphHub

Software platform to Gather, transmform, harmonize and store epidemiological data for analytical purposes.
https://epigraphhub.org
GNU General Public License v3.0
8 stars 10 forks source link

fix(postgresql container): fix container permissions at startup #189

Closed luabida closed 1 year ago

luabida commented 1 year ago

fix #187

luabida commented 1 year ago
postgres_1  | 2023-05-16 13:02:11.506 GMT [1] LOG:  unrecognized configuration parameter "stats_temp_directory" in file "/var/lib/postgresql/data/pgdata/postgresql.conf" line 494
postgres_1  | 2023-05-16 13:02:11.506 GMT [1] FATAL:  configuration file "/var/lib/postgresql/data/pgdata/postgresql.conf" contains errors

stats_temp_directory is deprecated, ref: https://postgresqlco.nf/doc/en/param/stats_temp_directory/

xmnlab commented 1 year ago

in general, LGTM! just check the error on CI, please

luabida commented 1 year ago

Done