Recommended way to copy database files on Windows OS (to perform file system level backup)

From: Yashwanth Govinda Setty <ygovindasetty(at)commvault(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Cc: Girish Rao <grao(at)commvault(dot)com>
Subject: Recommended way to copy database files on Windows OS (to perform file system level backup)
Date: 2018-05-14 11:22:22
Message-ID: b74148b2c08c4c3582f3fd8193d31d76@POST-1.gp.cv.commvault.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

We are facing this problem while performing file system level backup of database files:
As each database will form a directory inside Base directory which consists of files representing the tables, when some tables are dropped during backup, We get error while copying since the files do not exist anymore.

So we would like to know how you recommend copying PostgreSQL database files in Windows OS to perform file system level backups.
(For Example - The recommended way in Linux is to use tar format.)

Thanks,
Yashwanth

***************************Legal Disclaimer***************************
"This communication may contain confidential and privileged material for the
sole use of the intended recipient. Any unauthorized review, use or distribution
by others is strictly prohibited. If you have received the message by mistake,
please advise the sender by reply email and delete the message. Thank you."
**********************************************************************

Responses

Browse pgsql-general by date

  From Date Subject
Next Message James Keener 2018-05-14 13:43:36 Re: Recommended way to copy database files on Windows OS (to perform file system level backup)
Previous Message Laurenz Albe 2018-05-14 08:51:29 Re: How can I retrieve attribute category with attribute Oid in Cfunction?