Re: DBA tasks

From: "Nabil Sawaya" <nabilsawaya(at)gmail(dot)com>
To: "Mark Matthews" <mem(at)object-craft(dot)com(dot)au>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: DBA tasks
Date: 2006-07-24 00:37:53
Message-ID: 16023b030607231737k27e7cd4ar9fd0a3fbad2c54c7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello friend,

Well, I have not a tutorial at hand now, but i can say to you some
tasks i remember, and these can make you spent a long time learning
about how to do.

I think that the tasks essentially you must to know are:

- Install database
- Configure the two most important files (pg_hba.conf and postgresql.conf)
- Install an know how to use psql
- Install an IDE Tool - originally, PgAdmin
- You can get a plus using PgAgent, to do jobs, etc...
- Create a Database, set encoding char, etc...
- Install a Procedural Language as PL/pgSQL
- Create Tablespaces (8.0 or higher) (It´s more important know why use
tablespaces before create them)
- Database Roles and Privileges
- Managing Databases
- Client Authentication
- Backup and restore
- Monitoring Database activity
- Monitoring disk usage

three tips:

1) do not use vacuum all the time. schedule daily and weekly it.
2) learn about re-index
3) sometimes is better make a dump than vacuum and re-index.

that´s all

if you wish more, send another questions to my e-mail

Hugs

Nabil Sawaya

In response to

  • DBA tasks at 2006-07-23 22:43:15 from Mark Matthews

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2006-07-24 01:00:08 Re: DBA tasks
Previous Message Mark Matthews 2006-07-23 22:43:15 DBA tasks