SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
STOCKYARD
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
FORUMS:
list
list (w/ descriptions)
archive
tags
search
hall of fame
recent posts
Re: Saving time
COW Forums
:
DaVinci Resolve
VIEW ALL
•
ADD A NEW POST
•
PRINT
Respond to this post
•
Return to posts index
•
Read entire thread
Re: Saving time
by
Rohit Gupta
on Dec 16, 2010 at 3:57:05 am
On the Terminal:
Backup:
1. cd /Library/PostgreSQL/8.4/bin/
2. ./pg_dump -U postgres -Ft -b resolve > /tmp/resolvedb.tar
In the command #2 above, replace "resolve" with the database name, and /tmp/resovledb.tar with the file you want to save it to
3. Compress the backup file
gzip /tmp/resolvedb.tar
To Restore to a new DB:
1. gunzip /tmp/resolvedb.tar.gz
2. ./createdb -U postgres resolve1
3. ./pg_restore -U postgres -d resolve1 /tmp/resolvedb.tar
Posts Index
Read Thread
Reply
Like
Current Message Thread:
Saving time
by Artem Leonov on Dec 15, 2010 at 6:25:31 pm
Re: Saving time
by Kevin Cannon on Dec 15, 2010 at 6:52:59 pm
Re: Saving time
by Peter Chamberlain on Dec 15, 2010 at 11:47:57 pm
Re: Saving time
by Kevin Cannon on Dec 16, 2010 at 12:11:41 am
Re: Saving time
by Peter Chamberlain on Dec 16, 2010 at 12:50:01 am
Re: Saving time
by Guilherme Ramalho on Dec 16, 2010 at 2:55:45 am
Re: Saving time
by Rohit Gupta on Dec 16, 2010 at 3:57:05 am
Re: Saving time
by Ola Haldor Voll on Dec 16, 2010 at 8:53:32 am
Re: Saving time
by Rohit Gupta on Dec 16, 2010 at 9:00:52 am
Re: Saving time
by Artem Leonov on Dec 16, 2010 at 4:16:11 pm
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
MAGAZINE
•
STOCKYARD
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]