| From: | vrms <vrms(at)netcologne(dot)de> |
|---|---|
| To: | Wasim Devale <wasimd60(at)gmail(dot)com> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Restoration |
| Date: | 2024-06-23 10:42:28 |
| Message-ID: | 644e1420-829e-4ac4-80b2-650688c91685@netcologne.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On 6/23/24 12:02 PM, Wasim Devale wrote:
>
> So I can work with the minor version upgrade. I can restore postgresql
> 12.8 backup from barman to postgresql 12.19 I hope I will get it done.
> Thanks
>
not sure whether my last response came through
>> 1. barman creates a physical copy of the data directory
>> 2. the data directory does work for the version it was created with
via initdb
so you can not just run your pg12 restore on a pg13 instance
>> 3. restoring the data directory plus running pg_upgrade should do
the job though
so #3 would be the thing I'd try
- restore the backup from v12 to a temporary directory into your
server runnig v12 AND v13
- run pg_upgrade
if you don't know how that works in detail let us know
regards
Gunnar
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Wasim Devale | 2024-06-23 10:54:58 | Re: Restoration |
| Previous Message | Wasim Devale | 2024-06-23 10:02:41 | Re: Restoration |