Sha256: 85afead8fc5879324a280c29dc710493c8e05ceff155ae74884df7ed30f74b95

Contents?: true

Size: 475 Bytes

Versions: 4

Compression:

Stored size: 475 Bytes

Contents

  ##
  # PostgreSQL [Database]
  #
  database PostgreSQL do |db|
    db.name               = "my_database_name"
    db.username           = "my_username"
    db.password           = "my_password"
    db.host               = "localhost"
    db.port               = 5432
    db.socket             = "/tmp/pg.sock"
    db.skip_tables        = ['skip', 'these', 'tables']
    db.only_tables        = ['only', 'these' 'tables']
    db.additional_options = ['-xc', '-E=utf8']
  end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
backup-3.0.19 lib/templates/database/postgresql
backup-3.0.18 lib/templates/database/postgresql
interu-backup-3.0.16 lib/templates/database/postgresql
backup-3.0.16 lib/templates/database/postgresql