Question about backing up...

Sorry if this is not on the lines of what you guys are talking about,
but I set up MySQL and I sym link the database from one file system to
another for redundancy purposes. So, when I upgrade, I just break the
link and upgrade, then re link. It has worked so far (well, only one
upgrade as of yet). Is this a BAD idea? Was I just lucky?

When I backup, I just backup the dir that pertains to the database. I
have not had to restore anything yet...

I appreciate the comments good or bad so I don't get stuck in the
future...

Thanks

Joe


On Wed, 2003-02-26 at 12:58, Juan Nin wrote:
> From: "David Busby" <[EMAIL PROTECTED]>
> 
> > Juan,
> >     After performing the Dump/Import for the upgrade once it's cake.
> There
> > are two utilities that you can use
> >     pg_dump
> > to dump data
> >     psql < [file]
> > to restore
> > so before I upgrade I simply
> >     pg_dump [options] [dbname]
> > to my archive/backup file
> > then after the upgrade I say
> >     psql [options] < [archive.file]
> > and then go smoke (smoking is a bad habit) when I come back all my data is
> > there.
> 
> hahah, yes, bad habit!!!   :oP
> 
> yes actually it's similar as dumping with MySQL, and it doesn't seem any
> pain...
> the comment was more founded on what I had heared...
> 
> thanks again
> 
> 
> 
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to