Changes between Version 25 and Version 26 of DevWikiDockerTesting


Ignore:
Timestamp:
Jan 30, 2023, 1:09:29 PM (19 months ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiDockerTesting

    v25 v26  
    5050# change whatever to something more secure, if you care
    5151psql -U postgres -p 5436 -c "ALTER ROLE postgres PASSWORD 'whatever';"
     52echo "host  all all 0.0.0.0/0 scram-sha-256" >> /etc/postgresql/${PGVER}/main/pg_hba.
     53
    5254service postgresql restart ${PGVER}
    5355echo