Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
4773c70a
Commit
4773c70a
authored
May 14, 2014
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Clarify what files pg_basebackup omits from data directory
parent
c424c049
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
2 deletions
+21
-2
doc/src/sgml/protocol.sgml
doc/src/sgml/protocol.sgml
+17
-0
doc/src/sgml/ref/pg_basebackup.sgml
doc/src/sgml/ref/pg_basebackup.sgml
+4
-2
No files found.
doc/src/sgml/protocol.sgml
View file @
4773c70a
...
...
@@ -1995,6 +1995,11 @@ The commands accepted in walsender mode are:
<filename>postmaster.opts</>
</para>
</listitem>
<listitem>
<para>
various temporary files created during the operation of the PostgreSQL server
</para>
</listitem>
<listitem>
<para>
<filename>pg_xlog</>, including subdirectories. If the backup is run
...
...
@@ -2003,6 +2008,18 @@ The commands accepted in walsender mode are:
backup to work, not the rest of the contents.
</para>
</listitem>
<listitem>
<para>
<filename>pg_replslot</> is copied as an empty directory.
</para>
</listitem>
<listitem>
<para>
Files other than regular files and directories, such as symbolic
links and special device files, are skipped. (Symbolic links
in <filename>pg_tblspc</filename> are maintained.)
</para>
</listitem>
</itemizedlist>
Owner, group and file mode are set if the underlying file system on
the server supports it.
...
...
doc/src/sgml/ref/pg_basebackup.sgml
View file @
4773c70a
...
...
@@ -571,8 +571,10 @@ PostgreSQL documentation
<para>
The backup will include all files in the data directory and tablespaces,
including the configuration files and any additional files placed in the
directory by third parties. Only regular files and directories are allowed
in the data directory, no symbolic links or special device files.
directory by third parties. But only regular files and directories are
copied. Symbolic links (other than those used for tablespaces) and special
device files are skipped. (See <xref linkend="protocol-replication"> for
the precise details.)
</para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment