You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Simplify info command text message when no stanza are present.
Replace the repository path with just "the repository". The path is not important in this context and it is clearer to state where the stanzas are missing from.
This commit is contained in:
@@ -16,7 +16,7 @@ Displays installed pgBackRest version.
|
||||
info all stanzas - no stanzas exist (db-master host)
|
||||
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --log-level-console=warn info
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
No stanzas exist in [TEST_PATH]/db-master/repo.
|
||||
No stanzas exist in the repository.
|
||||
|
||||
info all stanzas - no stanzas exist (db-master host)
|
||||
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --log-level-console=warn --output=json info
|
||||
|
||||
@@ -4,7 +4,7 @@ run 002 - rmt 1, s3 0, enc 0
|
||||
info all stanzas - no stanzas exist (db-master host)
|
||||
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --log-level-console=warn info
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
No stanzas exist in [TEST_PATH]/backup/repo.
|
||||
No stanzas exist in the repository.
|
||||
|
||||
info all stanzas - no stanzas exist (db-master host)
|
||||
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --log-level-console=warn --output=json info
|
||||
|
||||
@@ -4,7 +4,7 @@ run 003 - rmt 1, s3 1, enc 1
|
||||
info all stanzas - no stanzas exist (db-master host)
|
||||
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --log-level-console=warn info
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
No stanzas exist in /.
|
||||
No stanzas exist in the repository.
|
||||
|
||||
info all stanzas - no stanzas exist (db-master host)
|
||||
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --log-level-console=warn --output=json info
|
||||
|
||||
Reference in New Issue
Block a user