|
|
|
@ -6,10 +6,10 @@ |
|
|
|
2. database part |
|
|
|
- various maintanace scripts (for now using them for backups |
|
|
|
and vacuuming) |
|
|
|
- jump to pg8 :( |
|
|
|
- autovacuum??? |
|
|
|
- jump to pg8 |
|
|
|
- autovacuuming? maybe we should disable. |
|
|
|
- implementing a logging facility to RAM, flushing logs in |
|
|
|
background to disk????? |
|
|
|
background to disk? |
|
|
|
|
|
|
|
3. backup part |
|
|
|
- backup is done by shell scripts and cron (change? not likely) |
|
|
|
@ -20,5 +20,5 @@ don't think it is necessary, maybe for whole system recovery) |
|
|
|
4. spying, early warning, notification part. |
|
|
|
- monitoring disk space, backup files dimensions, excerpts from |
|
|
|
certain log files, system status and stats (cpu usage, ram etc), monitoring |
|
|
|
pg sessions because the internal pg monitor sucks :(, we need a good policy on |
|
|
|
pg sessions because the internal pg monitor sucks, we need a good policy on |
|
|
|
killing iddle sessions and runaway processes. |