NGL
Login
Register
Search
everywhere
only in this topic
Advanced Search
Backup Newgenlib database on Ubuntu
Classic
List
Threaded
♦
♦
Locked
1 message
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
onehomelist
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Nov 30, 2011; 5:08am
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