@@ -28,20 +28,20 @@ Where Things Go
2828
2929List of Management Scripts Written in Bash
3030------------------------------------------
31- bin/gpinitsystem - Creates a new Greenplum Database
31+ bin/gpinitsystem - Creates a new Cloudberry Database
3232bin/gpload - Sets env variables and calls gpload.py
3333
3434
3535List of Management Scripts Written in Python (no libraries)
3636-----------------------------------------------------------
37- bin/gpload.py - Loads data into a Greenplum Database
37+ bin/gpload.py - Loads data into a Cloudberry Database
3838
3939
4040List of Management Scripts Written in Python (gpmlib - old libraries)
4141---------------------------------------------------------------------
4242bin/gpaddmirrors - Adds mirrors to an array (needs rewrite)
4343bin/gprecoverseg - Recovers a failed segment (needs rewrite)
44- bin/gpcheckperf - Checks the hardware for Greenplum Database
44+ bin/gpcheckperf - Checks the hardware for Cloudberry Database
4545bin/gpsync - Copies files to many hosts
4646bin/gpssh - Remote shell to many hosts
4747bin/gpssh-exkeys - Exchange ssh keys between many hosts
@@ -51,12 +51,12 @@ List of Management Scripts Written in Python (gppylib - current libraries)
5151--------------------------------------------------------------------------
5252bin/gpactivatestandby - Activates the Standby Coordinator
5353bin/gpconfig_helper - Edits postgresql.conf file for all segments
54- bin/gpdeletesystem - Deletes a Greenplum Database
55- bin/gpexpand - Adds additional segments to a Greenplum Database
54+ bin/gpdeletesystem - Deletes a Cloudberry Database
55+ bin/gpexpand - Adds additional segments to a Cloudberry Database
5656bin/gpinitstandby - Initializes standby coordinator
5757bin/gplogfilter - Filters log files
58- bin/gpstart - Start a Greenplum Database
59- bin/gpstop - Stop a Greenplum Database
58+ bin/gpstart - Start a Cloudberry Database
59+ bin/gpstop - Stop a Cloudberry Database
6060
6161sbin/gpconfig_helper.py - Helper script for gpconfig
6262sbin/gpsegcopy - Helper script for gpexpand
@@ -76,10 +76,10 @@ gparray.py
7676 +- SegmentPair - Configuration information for a single content id
7777 | \- Contains multiple Segment objects
7878 |
79- +- GpArray - Configuration information for a Greenplum Database
79+ +- GpArray - Configuration information for a Cloudberry Database
8080 \- Contains multiple SegmentPair objects
8181
82- gplog.py - Utility functions to assist in Greenplum standard logging
82+ gplog.py - Utility functions to assist in Cloudberry standard logging
8383
8484gpparseopts.py - Wrapper around optparse library to aid in locating help files
8585
@@ -143,7 +143,7 @@ db/dbconn.py - Connections to the database
143143 |
144144 +- Should have a wrapper class around a pygresql connection object!
145145
146- util/gp_utils.py - Greenplum related utility functions that are not Commands
146+ util/gp_utils.py - Cloudberry related utility functions that are not Commands
147147util/ssh_session.py - SSH and RSYNC related utility functions brought in from gpmlib.py/gplib.py
148148 that are used by gpssh, gpsync and gpssh-exkeys
149149
@@ -175,7 +175,7 @@ tests that do not require a running cluster.
175175
176176## Testing Management Scripts (behave tests)
177177
178- Behave tests require a running Greenplum cluster, and additional python libraries for testing, available to gpadmin.
178+ Behave tests require a running Cloudberry cluster, and additional python libraries for testing, available to gpadmin.
179179
180180Thus, you can install these additional python libraries using any of the following methods:
181181
0 commit comments