Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 524 Bytes

File metadata and controls

16 lines (13 loc) · 524 Bytes

SYNOPSIS

./pgedge cluster add-db CLUSTER_NAME DATABASE_NAME USERNAME PASSWORD

DESCRIPTION

This command creates a new database in the cluster, installs spock, and sets up all spock nodes and subscriptions.

POSITIONAL ARGUMENTS

CLUSTER_NAME
    The name of the cluster where the database should be added.
DATABASE_NAME
    The name of the new database.
USERNAME
    The name of the user that will be created and own the database.
PASSWORD
    The password for the new user.