instance-postgres-import.cfg.in 424 Bytes
Newer Older
1 2 3 4
[buildout]
extends = ${instance-postgres:output}
          ${pbsready-import:output}

5 6 7

parts +=
  postgres-instance
8 9 10

[importer]
recipe = slapos.cookbook:postgres.import
11
wrapper = $${rootdirectory:bin}/$${slap-parameter:namebase}-importer
12 13 14 15
bin = $${postgres-instance:bin}
pgdata-directory = $${postgres-instance:pgdata-directory}
backup-directory = $${postgres-instance:backup-directory}
dbname = $${postgres-instance:dbname}