/rootzoll

Results 399 comments of /rootzoll

OK ... now when I force postgress to run on `en_US` I get on start: ``` [email protected]:~ ₿ ./config.scripts/bonus.postgresql.sh info # Using the default PostgreSQL version: 15 psql: error: connection...

For v1.11.4 I made it so that on postgres install `en_US` locale gets readded to the system for now ... but we need a strategy for v1.12.0 to migrate old...

@openoms in lack of time and people using BTCPay and LNbits on Proxmox still being an edge case, I propose a fix without migration. Better soon as later .. RaspiBlitz...

@openoms scratch my last comment - I had it the other way round. The Raspi gets now corrected from en_GB to en_US .. and that a lot of users have...

Because other apps demanding now also en_US locale .. so we might need a migration script that: 1. Ensures the old locale (e.g. en_GB.UTF-8) is enabled: - Uncomment it in...

OK I retested and with en_GB getting installed as option when postgresql gets installed it worked on my testmachine. Pushing to v1.12.1 to recheck.

OK I merged #4647 into the branch `4581-publicpool` https://github.com/raspiblitz/raspiblitz/tree/4581-publicpool I changed that the apps will run in the user home of the sd card (not on the SSD app-data -...

> As I said you won't be able to run it long enough on user home see my PR. Or with creating the new user is there more than 2GB...

``` The script is now adding the environment.prod.ts changes: [email protected]:~ ₿ sudo cat /home/publicpool/publicpool-ui/src/environments/environment.prod.ts export const environment = { production: true, API_URL: 'http://192.168.178.60:3334', STRATUM_URL: '192.168.178.60:3333' }; ``` Still seeing on...

@Peter71131 We rushed 1.11.2 as a quick patch version ... this PR is still on the list for next release v1.11.3