Skip to content

Commit

Permalink
Release for PGConf.Online 2021.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Mar 6, 2021
1 parent 17202c4 commit d6ce5ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified slides/slides-present.pdf
Binary file not shown.
Binary file modified slides/slides.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions slides/slides.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
% ----------------------------------------------------------------------------------------------------------------------------------
\def\mytitle{Backup Best Practices\\with pgBackRest}
\def\mysubject{}
\def\myevent{PostgresConf.CN \& PGConf.Asia}
\def\myevent{PGConf.Online 2021}
\def\myauthor{David Steele}
\def\myemail{}
\def\mydate{November 20, 2020}
\def\mydate{March 1, 2021}

% Suppres navigation bars
\def\mysuppressnav{}
Expand Down Expand Up @@ -132,7 +132,7 @@ \section{What is pgBackRest?}
\item Backup and archive expiration
\item Integrity checks / page checksum verification
\item Delta restore
\item S3/Azure compatible object store support
\item S3/Azure compatible object store support (GCS coming soon!)
\item Encryption
\item Multiple compression types (gzip, bzip, lz4, zstd)
\end{itemize}
Expand Down Expand Up @@ -290,7 +290,7 @@ \section{Backup}
\begin{itemize}
\item Storage on a repository host.
\item NFS (or other network storage) mounted to the PostgreSQL host.
\item An object store (S3, Azure).
\item An object store (S3, Azure, GCS).
\end{itemize}
\end{frame}

Expand Down

0 comments on commit d6ce5ab

Please sign in to comment.