Обсуждение: Database Movement?

Поиск
Список
Период
Сортировка

Database Movement?

От
Jeremiah Davis
Дата:
I have databases created on a development server, which I would like to
move to the postgres system on a different server to take the web site
live... is there a easy way to do this??? Also, I see the section on
recovering a database isn't complete in the online docs, how exactly
would one go about making a backup of a database, or database system. and
then restoring the database after a system has been recovered??? any
information on this would be greatly appreciated!!

Thanks!
Jeremiah Davis
jdavis@gaslightmedia.com

Re: [ADMIN] Database Movement?

От
James Olin Oden
Дата:
> I have databases created on a development server, which I would like to
> move to the postgres system on a different server to take the web site
> live... is there a easy way to do this??? Also, I see the section on
> recovering a database isn't complete in the online docs, how exactly
> would one go about making a backup of a database, or database system. and
> then restoring the database after a system has been recovered??? any
> information on this would be greatly appreciated!!
>

Check out the man page on:

    pg_dump

Hope this helps...james



Re: [ADMIN] Database Movement?

От
Jeremiah Davis
Дата:
That may do it!  Thanks!
Jeremiah Davis
jdavis@gaslightmedia.com

On Thu, 6 Aug 1998, James Olin Oden wrote:

>
> > I have databases created on a development server, which I would like to
> > move to the postgres system on a different server to take the web site
> > live... is there a easy way to do this??? Also, I see the section on
> > recovering a database isn't complete in the online docs, how exactly
> > would one go about making a backup of a database, or database system. and
> > then restoring the database after a system has been recovered??? any
> > information on this would be greatly appreciated!!
> >
>
> Check out the man page on:
>
>     pg_dump
>
> Hope this helps...james
>
>
>