-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Errors thrown by gpinitsystem during locale checking #488
Comments
Hey, @xanadu-dev welcome!🎊 Thanks for taking the time to point this out.🙌 |
Can you add system PATH to env : refer to greenplum-db/gpdb-archive@9201a8b if work fine, I will cherry pick this. |
I should be able to try this in the next few days and will let you know |
I tried the change you suggested and it didn't remove the warnings |
That suggested fix didn't work with version 1.6.0 either |
found another related pr: greenplum-db/gpdb-archive@e449c8c |
Cloudberry Database version
1.5.3
What happened
When initialising a new database there are errors thrown during locale checking - the database is initialized correctly so these errors appear to be benign
Error 1
/usr/local/cloudberrydb/bin/gpinitsystem: line 708: [1: command not found
relates to line
Error 2
/usr/local/cloudberrydb/bin/gpinitsystem: line 721: [1: command not found
relates to line
What you think should happen instead
No response
How to reproduce
Comment used was
gpinitsystem -a -p $GPHOME/postgresql.conf -c $GPHOME/gpinitsystem_config -h $GPHOME/hostfile_gpinitsystem -l /gpadminlogs --mirror-mode=spread --su_password=$SUPERUSER_PASSWORD --locale=C.UTF-8
Operating System
Ubuntu 18.04
Anything else
Happens every time
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: