ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
849 stars 573 forks source link

Allow Creating Directories for Tablespaces #439

Closed jasonrogena closed 2 years ago

jasonrogena commented 5 years ago

When creating tablespaces on PostgreSQL using "CREATE TABLESPACE" statements, PostgreSQL requires that these directories already exist[1]. Allow creating tablespace directories from this role.

  1. https://www.postgresql.org/docs/10/sql-createtablespace.html

Co-authored-by: Samuel Githengi samuel.githengi@gmail.com Signed-off-by: Jason Rogena jason@rogena.me

gclough commented 4 years ago

Could you rebase this against master (with #447), as Fedora was killing the build