+10
-1
lines changedFilter options
+10
-1
lines changed Original file line number Diff line number Diff line change
@@ -5,12 +5,16 @@
5
5
* Add quiet mode with the commnad line option -q/--quiet. It takes precedence
6
6
over verbose mode.
7
7
* Compute checksum of global and ACL files
8
+
* Add a dump of hba_file and ident_file
8
9
* Encrypt and decrypt produced files
9
10
* Ensure jobs option is greater than or equal to 1
11
+
* Better check and adapt to versions of pg_dump and pg_dumpall
10
12
* Upload files to AWS S3
11
13
* Upload files to a remote host with SFTP
12
14
* Upload files to Google Cloud Storage (GCS)
15
+
* Upload files to Azure Blob Storage
13
16
* Add a systemd timer for Debian in the package generated by goreleaser
17
+
* Check the syntax of the configuration file
14
18
15
19
16
20
## pg_back 2.0.1
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ options of the PostgreSQL instance.
25
25
* Purge based on age and number of dumps to keep
26
26
* Dump from a hot standby by pausing replication replay
27
27
* Encrypt and decrypt dumps and other files
28
-
* Upload dumps to S3, GCS or a remote host with SFTP
28
+
* Upload dumps to S3, GCS, Azure or a remote host with SFTP
29
29
30
30
## Install
31
31
@@ -159,6 +159,11 @@ the `age` tool, independently. Decryption of multiple files can be parallelized
159
159
with the `-j` option. Arguments on the commandline (database names when
160
160
dumping) are used as shell globs to choose which files to decrypt.
161
161
162
+
**Please note** that files are written on disk unencrypted in the backup directory,
163
+
before encryption and deleted after the encryption operation is complete. This
164
+
means that the host running `pg_back` must secure enough to ensure privacy of the
165
+
backup directory and connections to PostgreSQL.
166
+
162
167
### Upload to remote locations
163
168
164
169
All files produced by a run can be uploaded to a remote location by setting the
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4