• Markus
    2
    Hi,

    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

    Best regards
    Markus
  • Gleb
    34
    Hello . 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
  • Markus
    2
    Hi,

    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.

    /Markus
  • Gleb
    34
    , now that is unexpected. Would you mind sending the latest logs to the ticket that has been created earlier? Thanks in advance
  • Markus
    2
    Sure, just emailed it in.

    /Markus
  • Gleb
    34
    A little update: apparently our instruction was incomplete.
    Thanks to , we found it out and fixed. Here's the full set of commands to perform in such a case:

    sudo sed -i 's/#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' "/etc/locale.gen"
    sudo locale-gen en_US
    sudo locale-gen en_US.UTF-8
    sudo update-locale
bold
italic
underline
strike
code
quote
ulist
image
url
mention
reveal
youtube
tweet
Add a Comment