Commit Graph

61 Commits

Author SHA1 Message Date
Aaron 65c3e83fb2
Remove contradictory sentence in Environment Vars
The sentence stated that no environment variables are required to use this image. However, the very first variable - POSTGRES_PASSWORD is stated as required. This is a direct contradiction. This change removes that contradiction and clarifies that the password is required.
2020-10-09 15:14:05 -04:00
Tianon Gravi cfcef2d192 Add note about Alpine locales 2020-08-12 10:00:09 -07:00
Nicolas Guelpa 0d0c721992
Update content.md
The `'` characters around the parameter name and value prevent it to be properly passed and should be skipped.
2020-07-23 14:42:49 -04:00
Javier Aviles 1d2646d0e5 Typo in docker run command 2020-03-27 11:42:04 -07:00
Yuri Astrakhan 5b370d2e60 Update links to Postgis repo
Postgis docker has moved to postgis account.
2020-03-23 11:32:13 -07:00
Joe Ferguson 69a66e6c14 Improve postgres PGDATA documentation 2020-03-18 16:02:19 -07:00
Babak Khalkhali Shandiz 93c9e02671 ✍️ Improve on password/auth environment vars 2020-03-18 16:01:38 -07:00
desmap d82913a35b Update POSTGRES_USER description to clarify "ownership" message 2020-03-13 14:05:04 -07:00
Joe Ferguson cf89f210d3 Add section on POSTGRES_HOST_AUTH_METHOD
also add `-e POSTGRES_PASSWORD=mysecretpassword` to most docker run lines
2020-02-07 16:48:10 -08:00
luto de078cd827
postgresql: link the correct /dev/shm compose docs 2019-10-14 13:34:12 +02:00
Tianon Gravi 8925315ef8 Ditch a lot of "--link" examples (using "--network some-network" instead to force users to do more homework) 2019-03-04 17:15:55 -08:00
Joe Ferguson f61e40452f Add warnings to postgres about an already initialized data directory and adjust section ordering 2019-02-22 14:19:51 -08:00
Tianon Gravi f71a17a632 Drop/adjust a few explicit EXPOSE references (mostly implied, not really adding value) 2019-02-06 15:46:48 -08:00
Tianon Gravi 8b699a7f6e Add a link to Docker's IPVS connection timeout docs for postgres 2018-12-24 14:42:17 -08:00
wglambert c653eef5e3
Update content.md 2018-10-17 12:27:11 -07:00
wglambert 23a608732b
Notes on --shm-size
https://github.com/docker-library/docs/issues/1318
2018-10-11 11:20:26 -07:00
Tianon Gravi 66a348df46 Update postgres with note about Unix socket 2018-09-04 13:39:40 -07:00
Joe Ferguson 42b3d7cdf9 Update postgres initdb information about sourcing scripts vs executing them
for https://github.com/docker-library/postgres/pull/452
2018-06-06 13:52:07 -07:00
Tianon Gravi 8b29e07d9e Update postgres "arbitrary user" notes to reference new nss_wrapper functionality 2018-05-24 13:59:38 -07:00
Sushil Shrestha f0b880775d fix for psql command on extending the script 2018-05-17 13:16:35 +05:45
Tianon Gravi 405d4d5b78 Add a blurb about installing PostgreSQL extensions 2018-04-20 12:50:28 -07:00
Tianon Gravi 9d872c5182 Add a note about Alpine location of "postgresql.conf.sample"
Fixes docker-library/postgres#423
2018-03-23 12:57:24 -07:00
Noah A 1befb43b5b
Update content.md 2018-01-26 14:00:37 -08:00
Noah A a68def8839
Elaboration on POSTGRES_PASSWORD
Added a note to explain that POSTGRES_PASSWORD is not the same as PGPASSWORD. Also, corrected markup issues.
2018-01-25 14:31:12 -08:00
Noah A 97dbbb6d63
Elaboration on POSTGRES_PASSWORD
Added a note to explain that POSTGRES_PASSWORD is not the same as PGPASSWORD.
2018-01-25 14:21:18 -08:00
Joe Ferguson cca7584949 Add notes on how to configure postgres 2017-12-13 09:51:59 -08:00
Tianon Gravi fc99d3233f Adjust "POSTGRES_INITDB_XLOGDIR" to "POSTGRES_INITDB_WALDIR" (with an added note for 9.x) 2017-11-15 13:07:41 -08:00
Tianon Gravi 25a5b70c1b Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07:00
Tianon Gravi be60045c28 Add a "Docker Secrets" section to PostgreSQL too 2017-10-04 09:30:46 -07:00
Marcos Lilljedahl 96c08fac21 Add mysql,es,kibana,postgres and adminer 2017-06-18 17:45:24 -03:00
Sergey Zhuravel 12b7486704 Postgres supports sql.gz import from initdb folder 2017-05-22 16:08:07 -07:00
Daniel Dent cc09a2efc0 Document postgres POSTGRES_INITDB_XLOGDIR variable
docker-library/postgres#224 and docker-library/official-images#2762 added the POSTGRES_INITDB_XLOGDIR variable. This adds documentation for that variable.
2017-04-06 14:44:24 -07:00
E Brent Nelson d5880ebacf Add details about trust authentication.
The PostgreSQL image sets up trust authentication and may be confusing for folks who are unfamiliar with it. Add a note to explain this.
2017-04-05 09:56:24 -07:00
Tianon Gravi 9c8e198a1e Add an explicit note about initdb scripts being run as the "postgres" user now 2017-02-28 09:59:31 -08:00
Tianon Gravi 40a4f630ec Add some notes about the caveats for "arbitrary user" support in postgres 2017-01-19 16:22:05 -08:00
Tianon Gravi f99d2bcb45 Replace "fig" with "docker-compose" in both postgres and swarm 2017-01-19 15:31:57 -08:00
Christian Persson d469ada915 Update link to point to latest stable (9.5) docs 2016-07-24 13:04:15 +02:00
Tianon Gravi 6ba40c0c06 Ditch psql "POSTGRES_PORT_*" environment variables 2016-05-18 16:24:46 -07:00
Nick Cox 97d55a05ff Merge pull request #514 from infosiftr/postgres
Document POSTGRES_INITDB_ARGS env var
2016-03-15 17:16:26 -06:00
Nick Cox 1399d045b4 Document POSTGRES_INITDB_ARGS env var
This documents the POSTGRES_INITDB_ARGS environment variable added in #132.
2016-03-03 17:35:03 -08:00
Tianon Gravi e070bf2998 Add "psql" initdb example to postgres 2016-02-15 16:46:23 -08:00
Julien Acroute 9154894352 Fix typo 2016-01-25 14:11:46 +01:00
Roman Levin c3bfab67bc Mention POSTGRES_DB in content.md
Fixes #90.
2015-11-18 16:32:59 +01:00
Mike Dillon 4106a4c4f5 Break up the paragraphs in initdb explanation 2015-08-21 23:23:13 -07:00
Mike Dillon 0c80030b44 Expand documentation of postgres initdb logic
* Explain the execution order of initdb extension files
* Document that *.sql scripts are run as $POSTGRES_USER
* Recommend running psql commands inside *.sh scripts as $POSTGRES_USER
2015-08-21 23:17:18 -07:00
Tianon Gravi 481f43ec2f Use explicit-type code blocks in a lot of obvious places (now that the Hub actually renders these _better_ than the no-type versions) 2015-08-13 09:29:14 -07:00
Tianon Gravi ca314429df Add documentation for new postgres initdb logic 2015-07-23 14:23:47 -07:00
Victor Heng 4024b3aa27 Explain `PGDATA` env variable, which is useful when data volume is fs mount. 2015-07-14 20:06:06 +08:00
Sylvain Bellemare b6461089f5 made tiny improvement to the wording 2015-07-04 00:49:08 +02:00
Bill W 227f54c354 typo 2015-07-01 17:07:39 +10:00