Search Postgresql Archives

Re: Export and import from one postgres server to another

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/28/2012 11:27 AM, Alexander Reichstadt wrote:
Hi,

I am trying to "simply" export my postgres database from one server and
then import it into another. I thought I could use PhpPgAdmin, but the
hints on the web don't seem to work. One said to simply get a dump from
one phpPgAdmin, the go to the other server, select the database, click
the SQL button and then select the dump file. When I do this the import fails because the dump file begins with a \connect statement. The escape char doesn't
seem to go through the web frontend or something. But without the connect
statement it ends up telling me no database selected. Please, can someone
let me know how to do this?

From the phpPgAdmin FAQ:
https://raw.github.com/phppgadmin/phppgadmin/master/FAQ
Questions on dumps
------------------

Q: Why can't I reload the SQL script I dumped in the SQL window?

A: The following limitations currently exist in SQL script execution:

	* Only uploaded SQL scripts can contain COPY commands and for
	  this to work, you must have PHP 4.2 or higher.

	* 'psql' commands such as '\connect' will not work at all.

	* Multiline SQL statements will not work, eg:

		CREATE TABLE example (
			a INTEGER
		);

	* You cannot change the current database or current user during
	  the execution of the script.

   We do intend to work on some of these limitations in the future, but
   some of them are Postgres restrictions and we recommend using the
   'psql' utility to restore your full SQL dumps.


Thanks
Alex


--
Adrian Klaver
adrian.klaver@xxxxxxxxx

--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux