Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • 322-dutch-language-support
  • 326-shard-channels-across-multiple-signald-instances
  • hotfix-increase-log-retention-period-to-2-weeks
  • 215-admins-can-undo-recycle
  • 263-add-message-lag-gauge
  • 265-monitor-sb-message-transmission-by-type
  • hotfix-add-rate-limit-monitoring
  • add-metrics-machinery
  • 242-gitlab-ci-job-e2e-tests
  • WIP-177-german-l10n-readme
  • EMERGENCY-BRANCH-batch-all-messages
  • try-to-trigger-rate-limit
13 results

docker-compose-test-integration.yml

Blame
  • Forked from team-friendo / signalboost
    Source project has a limited visibility.
    example.pgsql 779 B
    ### backupninja PostgreSQL config file ###
    
    # vsname = <vserver> (no default)
    # what vserver to operate on, only used if vserver = yes in /etc/backupninja.conf
    # if you do not specify a vsname the host will be operated on
    # Note: if operating on a vserver, $VROOTDIR will be prepended to backupdir.
    
    # backupdir = <dir> (default: /var/backups/postgres)
    # where to dump the backups
    
    # databases = < all | db1 db2 db3 > (default = all)
    # which databases to backup. should either be the word 'all' or a 
    # space separated list of database names.
    # Note: when using 'all', pg_dumpall is used instead of pg_dump, which means
    # that cluster-wide data (such as users and groups) are saved.
    
    # compress = < yes | no > (default = yes)
    # if yes, compress the pg_dump/pg_dumpall output.