]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Specify PostgreSQL v14 to avoid permission errors. 1793/head
authorYuji Ito <llamerada.jp@gmail.com>
Tue, 18 Oct 2022 04:10:54 +0000 (04:10 +0000)
committerYuji Ito <llamerada.jp@gmail.com>
Tue, 18 Oct 2022 04:24:23 +0000 (04:24 +0000)
commite4d523cb5bec9146410a501c41732d657977f3ed
tree2c0613c47994a3013a41e7e450516b6997654e09
parent35ea38a9840006713a3d42472a2c536a25e88c15
Specify PostgreSQL v14 to avoid permission errors.

PostgreSQL v15  has a notable change that revokes the CREATE permission
from users except a database owner. So we can not execute paddles using
it. As a workaround, I specify PostgreSQL version.

ref: https://www.postgresql.org/about/news/postgresql-15-released-2526/

Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
docs/docker-compose/docker-compose.yml