Thread: Linux PostgreSQL to Windows PostgreSQL
Hello,
We have to move from Linux based PostgreSQL to Windows based PostgreSQL. Highly appreciated for Any ideas of smooth export/import options.
thanks,
kuru
Do you Yahoo!?
Meet the all-new My Yahoo! � Try it today!
Hi , > > We have to move from Linux based PostgreSQL to Windows based PostgreSQL. > Highly appreciated for Any ideas of smooth export/import On Linux 1. Backup everything make a file system bacup of the PostgreSQL database (plz make sutre to shut down PostgreSQL before doing this) 2. Backup data. 3. Backup Schema Windows Install PostgreSQL 1. Restore schema in new system from the backup 2. Restore database from backup 3. Run PostgreSQL. Note: Your both post must have gone to Novice list -- With Best Regards, Vishal Kashyap. Lead Software Developer, http://saihertz.com, http://vishalkashyap.tk
Bad bad idea.. Sudhakar Kurumella wrote: > Hello, > We have to move from Linux based PostgreSQL to Windows based > PostgreSQL. Highly appreciated for Any ideas of smooth export/import > options. > thanks, > kuru > > > ------------------------------------------------------------------------ > Do you Yahoo!? > Meet the all-new My Yahoo! <http://my.yahoo.com> – Try it today! -- Atenciosamente, Gustavo Franklin Nóbrega Infraestrutura e Banco de Dados Planae Tecnologia da Informação (+55) 14 3224-3066 Ramal 209 www.planae.com.br
Sudhakar Kurumella wrote: > We have to move from Linux based PostgreSQL to Windows based > PostgreSQL. Highly appreciated for Any ideas of smooth export/import > options. You do know that the native windows version of PostgreSQL is still only in Beta. The cygwin port has never really been considered production quality. There are a few commercial vendors that offer windows versions, you could give them a try.
hi, Sudhakar Kurumella wrote: > Hello, > > We have to move from Linux based PostgreSQL to Windows based PostgreSQL. > Highly appreciated for Any ideas of smooth export/import options. http://www.postgresql.org/docs/7.4/interactive/migration.html http://www.postgresql.org/docs/7.4/interactive/backup.html C.