Skip to content

Commit

Permalink
Better docu
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Aug 22, 2023
1 parent 788e7ca commit 66ccfa3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Probably, it does not make sense to use this project with large databases. Howev

## Supported Databases

| Database | Image | Status |
| --------- | --------- | ------ |
| postgres | 12-alpine | alpha |
| rethinkdb | >= 2.4.0 | alpha |
| ETCD | >= 3.5 | alpha |
| Database | Image | Status | Upgrade Support |
|-----------|--------------|--------|-----------------|
| postgres | >= 12-alpine | beta | yes |
| rethinkdb | >= 2.4.0 | beta | no |
| ETCD | >= 3.5 | alpha | no |

## Database upgrades

Expand All @@ -28,10 +28,10 @@ To achieve this, `backup-restore-sidecar` saves the postgres binaries in the dat

With `--compression-method` you can define how generated backups are compressed before stored at the storage provider. Available compression methods are:

| compression-method | suffix | comments |
| ------------------ | -------- | -------- |
| tar | .tar | no compression, best suited for already compressed content |
| targz | .tar.gz | tar and gzip, most commonly used, best compression ratio, average performance |
| compression-method | suffix | comments |
|--------------------|----------|----------------------------------------------------------------------------------------------|
| tar | .tar | no compression, best suited for already compressed content |
| targz | .tar.gz | tar and gzip, most commonly used, best compression ratio, average performance |
| tarlz4 | .tar.lz4 | tar and lz4, very fast compression/decompression speed compared to gz, slightly bigger files |

## Supported Storage Providers
Expand Down

0 comments on commit 66ccfa3

Please sign in to comment.