1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-08-01 06:46:52 +03:00

Remove internal repo-create command.

This command was used by the Perl integration tests to create buckets for storage types that required it. Now that the integration tests are written in C they can simply use the same code to create buckets.

The command was also used in the documentation but there it seems more appropriate to use the corresponding vendor CLI.
This commit is contained in:
David Steele
2024-07-22 14:17:47 +07:00
parent 55ca41e137
commit ee70c2e26e
14 changed files with 56 additions and 320 deletions

View File

@ -1099,14 +1099,6 @@ src/command/repo/common.h:
class: core
type: c/h
src/command/repo/create.c:
class: core
type: c
src/command/repo/create.h:
class: core
type: c/h
src/command/repo/get.c:
class: core
type: c