• Home
  • Services
    • HR Services
      • HR Advisory Services
      • Contract Staffing
      • HR Outsourcing Services
      • Manpower Supply Services
      • Payroll Processing
      • Permanent Placement
      • Recruitment and Placement Services
      • Recruitment Process Outsourcing
      • Staffing Agency Services
    • DBA Support
      • DBA Consultancy Services
      • PostgreSQL Support
    • Website Maintenance
    • Company Registration Services
    • Virtual Office Space Address
  • Company
    • FAQs
    • About Us
    • Contact
  • Locations
  • Blogs
    • Blog
    • Blog – PostgreSQL Support
    • Blog – PostgreSQL Migration
    • Blog – All DB’s
    • Blog – Linux
  • Courses

    About Courses

    • List Of Courses
    • Become an Instructor
    Greenplum

    Greenplum

    $1,500.00
    Read More
    Have any question?
    (+91)8838953252
    ITsupport@rayafeel.com
    Login
    RayaFeeL
    • Home
    • Services
      • HR Services
        • HR Advisory Services
        • Contract Staffing
        • HR Outsourcing Services
        • Manpower Supply Services
        • Payroll Processing
        • Permanent Placement
        • Recruitment and Placement Services
        • Recruitment Process Outsourcing
        • Staffing Agency Services
      • DBA Support
        • DBA Consultancy Services
        • PostgreSQL Support
      • Website Maintenance
      • Company Registration Services
      • Virtual Office Space Address
    • Company
      • FAQs
      • About Us
      • Contact
    • Locations
    • Blogs
      • Blog
      • Blog – PostgreSQL Support
      • Blog – PostgreSQL Migration
      • Blog – All DB’s
      • Blog – Linux
    • Courses

      About Courses

      • List Of Courses
      • Become an Instructor
      Greenplum

      Greenplum

      $1,500.00
      Read More

      Writing PostgreSQL Script for Enabling Audit Related Parameter

      • Home
      • Writing PostgreSQL Script for Enabling Audit Related Parameter

      Writing PostgreSQL Script for Enabling Audit Related Parameter

      • Posted by 2ndnijam
      • Date January 4, 2019
      • This script will be helpful to  enabling the audit related parameter automatically
      • all entries in bash profile so you don’t need to set bin, if you type pg_ctl it will automatically update the  all postgres path like pgdata,pghome pgdatabase..
      • create a file in root and set chmod 777 permission to postgres user  because you have to run this file as a root user only.

      1. Creating change_parmater.sh file as root user.
      2. Assign the permission to postgres or enterprisedb user  we are using enterprisedb database so user is enterprisedb as default.
      3. Before running the script  take the backup of postgresql.conf file .

      eg.$cp /opt/PostgresPlus/9.2AS/data/postgresq.conf /opt/PostgresPlus/9.2AS/data/postgresql.conf.bkp --becouse saftey purpose..
      
      vi change_paramter.sh
      export PATH=/opt/PostgresPlus/9.2AS/bin:$PATH
      export PGDATA=/opt/PostgresPlus/9.2AS/data/
      export PGDATABASE=edb
      export PGUSER=enterprisedb
      export PGPORT=5444
      cd $PGDATA
      cd ..
      mkdir audit
      chmod 755 audit/
      chown -R enterprisedb:enterprisedb audit/
      cd $PGDATA
      echo "log_statement = 'none'" >>postgresql.conf
      echo "log_destination='syslog'" >>postgresql.conf
      echo "log_connections = on"  >>postgresql.conf
      echo "log_disconnections = on"  >>postgresql.conf 
      echo "log_directory=pg_log" >>postgresql.conf
      echo "edb_audit_filename = 'audit-%Y-%m-%d_%H%M%S'" >>postgresql.conf
      echo "log_filename = 'enterprisedb-%Y-%m-%d_%H%M%S.log'"  >>postgresql.conf
      echo "edb_audit_directory ='/opt/PostgresPlus/9.2AS/audit/'" >>postgresql.conf
      –Run the change_parmater.sh script following method

      #sh change_parmater.sh
      Now parameter is changed to reflect those parameter at server level you have to restart the postgres server by using following anyone.

      As a root user:

      service postgresql restart 
      /etc/init.d/postgresql restart
      systemctl restart postgresql-10  - this is for redhat linux above 6 version

      As a postgres user:

      su - postgres
      pg_ctl restart -D /opt/PostgreSQL/9.3/data

       

      Contact Us

      Fields with (*) are compulsory.

      • Share:
      2ndnijam

      Previous post

      Postgres database cloud Migration by using crontab job sheduler
      January 4, 2019

      Next post

      PostgreSQL Backup script to schedule daily -pg_basebackup
      January 24, 2019

      Search

      ADVERTISEMENT

      Latest Posts

      Tips to Choose the Best Serviced Office for Your Business
      24May2022
      What key considerations do you need to keep in mind when choosing a new serviced office to house your business?
      24May2022
      The Benefits of Coworking
      24May2022
      The Long-Term Impact of Coworking
      24May2022
      Are you spending more money than you earn? Outsource with Ease and Move When You’re Ready
      24May2022
      PostgreSQL

      PostgreSQL

      $800.00 $500.00
      Greenplum

      Greenplum

      $1,500.00
      Oracle Database

      Oracle Database

      $350.00
      2ndquadrant.in

      (+91) 8838953252

      ITsupport@rayafeel.com

      Company

      • About Us
      • Our Team

      COURSES

      • List Of Course
      • Become An Instructor

      Support

      • DBA Support
      • Consultancy Services

      Recommend

      • Login
      • Contact Us

      IT Services by rayafeel.com. Powered by Rayafeel Technologies Pvt Ltd.

      • Privacy
      • Terms

      Become An Instructor?

      Join thousand of instructors and earn money hassle free!

      Get Started Now

      Connect with

      Login with Google Login with Twitter Login with Linkedin Login with Windowslive Login with Yahoo

      Login with your site account

      Connect with



      Lost your password?