Project

General

Profile

« Previous | Next » 

Revision 8923

Added by Jing Tao over 9 years ago

put the date to an output file.

View differences:

vacuum-db.sh
3 3
#Usage: nohup ./
4 4
DB_VERSION=9.3
5 5
echo "start to vacuum the db at" >> /tmp/vacuumdb.out
6
echo `date`
6
echo `date` >> /tmp/vacuumdb.out
7 7
su - postgres /usr/lib/postgresql/$DB_VERSION/bin/vacuumdb --all >> /tmp/vacuumdb.out 2> /tmp/vacuumdb.err < /dev/null
8 8
echo "start to vacuum the db at " >> /tmp/vacuumdb.out
9 9
echo `date` >>  /tmp/vacuumdb.out
10 10

  

Also available in: Unified diff