1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Łukasz Warchał
916a840510 Stops docker-entrypoint.sh on psql error
This fixes #112
2016-01-19 09:57:59 +01:00
Jacob Hayes
d164485094 Don't set perm on data dir recursively 2016-01-05 16:49:58 -06:00
Jacob Hayes
86fcd0c100 Explicitly set PGDATA permissions to 700 2015-12-22 15:50:44 -06:00
Mike Dillon
cd294bf8df Export POSTGRES_USER and POSTGRES_DB vars in entrypoint
Allows them to be used from /docker-entrypoint-initdb.d/*.sh scripts
2015-08-25 20:30:57 -07:00
Mike Dillon
c444bceb4f Run /docker-entrypoint-initdb.d/*.sql scripts as $POSTGRES_USER 2015-08-24 17:03:11 -07:00
Tianon Gravi
7111ef75d6 Run update.sh 2015-08-21 15:39:01 -07:00
Tianon Gravi
66c7b2dee7 Improve initdb logic to properly source *.sql files as well, without the use of --single 2015-07-23 14:17:33 -07:00
Tianon Gravi
0ced079cd6 Fix "-s" usage 2015-07-21 16:12:07 -07:00
Victor Heng
9c7bb73021 Check that PG_VERSION is non-empty. 2015-07-19 00:41:18 +08:00
Victor Heng
3231f4a4d8 Check that vol actually contains DB files, as opposed to a non-empty dir.
Referencing file list here: http://www.postgresql.org/docs/9.1/static/storage-file-layout.html
2015-07-14 19:25:53 +08:00
Tianon Gravi
e677b56172 Add 9.5-alpha1 2015-07-08 09:47:57 -07:00