apache / shardingsphere-on-cloud

A collection of tools and best practices to take ShardingSphere into the cloud
Apache License 2.0
83 stars 28 forks source link

🐞 bug: The description in the pitr/README.md file is unclear. The dbname and port environment variables need to be configured for the opengauss. #443

Closed peilinqian closed 11 months ago

peilinqian commented 12 months ago

Environment

Issue description

Error log

On the opengauss database, you need to configure the environment variables dbname and port . Otherwise, the database and port cannot be obtained by running backup commands. Currently, gs_pitr backup cannot be customized. You can only use the opengauss gs_probackup default mechanism to obtain the default database and port from environment variables.

environment variable :

$PGDATABASE $PGPORT

Expected result

No response