Re: PgBackRest question?

From: David Steele <david(at)pgmasters(dot)net>
To: chiru r <chirupg(at)gmail(dot)com>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, Forums postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: PgBackRest question?
Date: 2017-12-28 22:41:03
Message-ID: 4cc3daa2-0839-3df7-3f6e-687a673dd5ca@pgmasters.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/28/17 5:15 PM, chiru r wrote:
>
> Please find the below details.
>
> postgres=# select datname, oid from pg_database;
>   datname  |  oid
> -----------+--------
>  template0 |  13289
>  postgres  |  13294
>  template1 |      1
>  db1       | 770161
>  db2       | 770162
>  db3       | 770169
> (6 rows)
That looks OK. The next thing to look at is the backup that you are
trying to restore. Based on your commands this should be the most
recent backup.

Please attach the backup.manifest file from:

[repo-path]/backup/online_backups/latest/backup.manifest

It's probably best if you compress it before attaching.

Thanks,
--
-David
david(at)pgmasters(dot)net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message chiru r 2017-12-28 23:15:08 Re: PgBackRest question?
Previous Message chiru r 2017-12-28 22:15:02 Re: PgBackRest question?