NGL
Search
everywhere
only in this topic
Advanced Search
Backup Newgenlib database on Ubuntu
Classic
List
Threaded
♦
♦
Locked
1 message
onehomelist
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Backup Newgenlib database on Ubuntu
This is what I do:
sudo su postgres
pg_dump newgenlib > ~/newgenlib.sql
This will create a backup file in the home directory
If you want to append date to the backup file then do this:
pg_dump newgenlib > ~/newgenlib_"`date +"%m_%d_%Y"`".sql
SDM OPAC
and
SDMCBM OPAC
Free forum by Nabble
Edit this page