You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Valentin Lab
7435e043a2
|
4 months ago | |
---|---|---|
.. | ||
actions | 11 months ago | |
build | 2 years ago | |
hooks | 6 months ago | |
lib | 3 years ago | |
resources/bin | 5 years ago | |
README.org | 2 years ago | |
metadata.yml | 6 months ago |
README.org
Usage
By default, postgres
charm won't need any options in general.
However, services using postgres
through relations will typically
want to set some options (if the default behavior is not enough).
myservice: relations: postgres-database: postgres: dbname: foo ## default uses the name of querying service (here: 'myservice') user: mydbuser ## default uses the name of querying service (here: 'myservice') password: bar ## if not set, a random password will be generated extensions: ## default is empty list - unaccent - pg_trgm init-sql: !bash-stdout | ## default is empty zcat "$BASE_CHARM_PATH/src/init.sql.gz"