Skip to content

guoyu07/pgaudit-deb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgaudit-deb

For PostgreSQL 9.5

Build status Download

For PostgreSQL 9.6

Build status Download

For PostgreSQL 10

Build status Download

This is a debian package for the pgaudit extension.

Installation

  • Add Dhatim Bintray's debian repository in sources.list:

    echo "deb http://dl.bintray.com/dhatim/deb stable main" | sudo tee -a /etc/apt/sources.list
  • If it is the first repository from Bintray that you add, you will also need to add Bintray's public key to apt:

    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
  • Depending on your PostgreSQL version, install the postgresql-pgaudit-9.5, postgresql-pgaudit-9.6 or postgresql-pgaudit-10 package. For example, with PostgreSQL 9.6:

    sudo apt-get update && sudo apt-get install postgresql-pgaudit-9.6
  • Add pgaudit to shared_preload_libraries in postgresql.conf so the extension is loaded.

  • Restart the PostgreSQL server.

About

debian packaging for pgaudit extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%