• 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
  • Office Space
    • Virtual Space
    • Co-working Space
    • Private Space
    • Meeting Room
    • Locations
    • Add Listing
    • Dashboard
  • Blogs
  • Careers
    • Jobseeker
    • Employer
  • Courses

    About Courses

    • List Of Courses
    • Become an Instructor
    Greenplum

    Greenplum

    $1,500.00
    Read More
    Have any question?
    (+91)8148383856
    info@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
    • Office Space
      • Virtual Space
      • Co-working Space
      • Private Space
      • Meeting Room
      • Locations
      • Add Listing
      • Dashboard
    • Blogs
    • Careers
      • Jobseeker
      • Employer
    • Courses

      About Courses

      • List Of Courses
      • Become an Instructor
      Greenplum

      Greenplum

      $1,500.00
      Read More

      Blog

      • Home
      • Blog
      • Blog
      • Writing PostgreSQL Script for Enabling Audit Related Parameter

      Writing PostgreSQL Script for Enabling Audit Related Parameter

      • Posted by bushra.rayafeel
      • Categories Blog
      • Date May 28, 2022
      • Comments 0 comment
      • 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

       

      Tag:postgresql

      • Share:
      bushra.rayafeel

      Previous post

      Script to schedule pg_basebackup
      May 28, 2022

      Next post

      Postgres database cloud Migration by using crontab job sheduler
      May 28, 2022

      Leave A Reply

      You must be logged in to post a comment.

      Connect with



      Search

      ADVERTISEMENT

      Latest Posts

      HOW VIRTUAL OFFICE IS GOING TO CHANGE YOUR BUSINESS STRATEGIES
      21Jun2022
      Take the best advantage of your Virtual Office
      21Jun2022
      Let’s discuss how corporates can improve their productivity through virtual office spaces?
      21Jun2022
      Virtual Office Space & Address Services
      21Jun2022
      HOW VIRTUAL OFFICES ARE TRANSFORMING BUSINESSES
      21Jun2022
      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 your site account

      Connect with



      Lost your password?