Re: Can't take base back up with Postgres 9.0 on Solaris 10

From: "dan(dot)m(dot)harris" <daniel(dot)harris(at)metaswitch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Can't take base back up with Postgres 9.0 on Solaris 10
Date: 2010-10-28 12:07:06
Message-ID: 1288267626130-3240406.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi Thom, thanks for your reply. Here's my psql output:

bash-3.00$ bin/psql
psql (9.0.1, server 8.1.4)
WARNING: psql version 9.0, server version 8.1.
Some psql features might not work.
Type "help" for help.

postgres=# SHOW wal_level;
ERROR: unrecognized configuration parameter "wal_level"
postgres=# SELECT pg_start_backup('basebackup', true);
ERROR: function pg_start_backup("unknown", boolean) does not exist
HINT: No function matches the given name and argument types. You may need
to add explicit type casts.
postgres=# SELECT pg_start_backup('basebackup');
ERROR: WAL archiving is not active
HINT: archive_command must be defined before online backups can be made
safely.

The mismatched server version number doesn't look right! Note that this is a
Postgres 9.0 tarball I've extracted onto a server which already has Postgres
8.1.4 installed.

Any thoughts from anybody? Thanks.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Can-t-take-base-back-up-with-Postgres-9-0-on-Solaris-10-tp3240364p3240406.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2010-10-28 12:16:42 Re: Can't take base back up with Postgres 9.0 on Solaris 10
Previous Message Thom Brown 2010-10-28 11:59:59 Re: Can't take base back up with Postgres 9.0 on Solaris 10