I have just installed Cloudberry for Linux Personal and trying to setup a backup job towards AWS S3. I have got it to run but there are a few files failing and all of them are containing ÅÄÖåäö characters in the filename.
I'm using CLI (i.e cbb) to create and execute backup jobs.
Anyone else having similar issues?
There is a support ticket as well created related to this: 104720
. Indeed, that's a known issue. Most likely the following commands will fix it for you, please give it a try:
sudo locale-gen en_US
sudo locale-gen en_US.UTF-8
sudo update-locale
Unfortunately not, same error after running the commands. I also tried to create a new file using vi and filename containing ÅÄÖ and that one didn't get uploaded either.