Skip to content

Commit

Permalink
postgres: resin db created by docker user
Browse files Browse the repository at this point in the history
Due to recent changes in the Postgres codebase, and
rebuilds of tagged Docker images, the default `postgres`
user will no longer exist. See:
docker-library/postgres@0aff40c

Database is now created by the generated `docker` user.

Connects-to: 13
Change-type: patch
Signed-off-by: Heds Simons <[email protected]>
  • Loading branch information
Heds Simons committed Sep 17, 2018
1 parent cf31a48 commit 0614ca4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added README.md
Empty file.
2 changes: 1 addition & 1 deletion create-resin-db.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

psql --username postgres <<-EOSQL
psql --username docker <<-EOSQL
CREATE DATABASE resin;
EOSQL

0 comments on commit 0614ca4

Please sign in to comment.