rcstack¶
CLI for installing and managing RhodeCode Cluster Stack \nSupport: https://community.rhodecode.com\nDocs: https://docs.rhodecode.com/rcstack
Attributes |
|
---|---|
Version: |
5.27.3 |
Usage¶
rcstack [OPTIONS] COMMAND
Environment Variables¶
RCC_CONFIG¶
default config file for rcstack
Attributes |
|
---|---|
Default Value: |
.rcstack.ini |
AUTH_TOKEN¶
Set your RhodeCode AUTH Token
RC_STACK_ROUTER_EXT¶
Attributes |
|
---|---|
Default Value: |
.custom/docker-compose-router.override.yaml |
RC_STACK_METRICS_EXT¶
Attributes |
|
---|---|
Default Value: |
.custom/docker-compose-metrics.override.yaml |
RC_STACK_SERVICES_EXT¶
Attributes |
|
---|---|
Default Value: |
.custom/docker-compose-services.override.yaml |
RC_STACK_RHODECODE_EXT¶
Attributes |
|
---|---|
Default Value: |
.custom/docker-compose-apps.override.yaml |
Commands¶
get-started - Print instructions to get started with rhodecode docker stack
init - Bootstrap this machine, check docker version and install rhodecode-network
destroy - Destroy volumes and containers created by rcstack
self-update - Update rcstack and it’s docker definitions
self-upgrade - Perform rcstack upgrade procedure. This aims at changing existing installations with some changes required that are not backward compatible
Stack Commands¶
stack - Run one of available cluster stacks, run stack -h for more details
stack-status - Show stack status
stack-upgrade - Upgrade a stack, run stack-upgrade -h for more details
stack-monitor - run monitoring on stack items
CLI Commands¶
cli - Various CLI tools, run cli -h for more details
Backup Commands¶
backup-db - Backup Database
backup-data - Backup RhodeCode storage
Options¶
–debug¶
Enable debug and detailed output. Add –debug right after ./rcstack command. E.g. ./rcstack –debug COMMAND
–offline¶
Enable offline operation mode. Add –offline right after ./rcstack command. E.g. ./rcstack –offline COMMAND
–no-init-check¶
Skip check for ./rcstack init call