View Issue Details

IDProjectCategoryView StatusLast Update
0001018bareos-coreinstaller / packagespublic2023-08-22 14:43
Reporteraron_sAssigned Tobruno-at-bareos  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSUbuntuOS Version16.04
Product Version17.2.4 
Summary0001018: Dbconfig encodes remote database tables with en_US.UTF-8
Descriptionpsql -l should look like
       Name | Owner | Encoding | Collate | Ctype | Access privileges
    -----------+----------+-----------+-------------+-------------+-----------------------
     bareos | postgres | SQL_ASCII | C | C |

But when dbconfig configures a remote host it encodes the db with
       Name | Owner | Encoding | Collate | Ctype | Access privileges
    -----------+----------+-----------+-------------+-------------+-----------------------
    bareos | postgres | SQL_ASCII | en_US.UTF-8 | en_US.UTF-8 |
Steps To Reproduce1. Install bareos and choose to configure the db with dbconfig
2. The first attempt always fails, choose "retry"
3. Enter db user, db admin, hostname/address, password
4. run "psql -l bareos -h database.example.com"
Output shows malformed db
TagsNo tags attached.

Activities

bruno-at-bareos

bruno-at-bareos

2023-08-22 14:43

manager   ~0005327

Has been fixed in recent version(21,22). this bug has been forgotten to be closed in the meantime.

Issue History

Date Modified Username Field Change
2018-10-04 14:28 aron_s New Issue
2023-08-22 14:43 bruno-at-bareos Assigned To => bruno-at-bareos
2023-08-22 14:43 bruno-at-bareos Status new => closed
2023-08-22 14:43 bruno-at-bareos Resolution open => fixed
2023-08-22 14:43 bruno-at-bareos Note Added: 0005327