Skip to content
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

Improve samourai-server app stability #949

Merged
merged 2 commits into from Sep 5, 2021
Merged

Improve samourai-server app stability #949

merged 2 commits into from Sep 5, 2021

Conversation

lukechilds
Copy link
Member

We were polling DB based on hostname which could in some occasions resolve to a different container preventing the app from starting. We now poll based on IP.

We also hadn't updated the MySQL configuration file for existing installs. Fresh installs get the latest config file but existing installs were stuck on the previous version. max_connections was increased from 20 to 80 and not running the new higher limit causes the Node.js process to get disconnected from the DB.

@lukechilds lukechilds merged commit 948ff22 into getumbrel:master Sep 5, 2021
florianock pushed a commit to florianock/umbrel that referenced this pull request Sep 6, 2021
* 'master' of github.com:florianock/umbrel: (153 commits)
  Improve samourai-server app stability (getumbrel#949)
  Make sure code-server app restarts on failure (getumbrel#933)
  Update lnbits app to ab446a8 (getumbrel#928)
  Umbrel v0.4.1 (getumbrel#923)
  Update to getumbrel/dashboard:v0.3.25
  Shard Tor hidden services across multiple daemons (getumbrel#920)
  Make sure configure script never overwrites app permissions (getumbrel#919)
  Whitelist hostname for Nextcloud in Umbrel v0.4.0 (getumbrel#918)
  Update btcpay-server app to 1.2.1 (getumbrel#916)
  Update specter-desktop app to v1.5.1 (getumbrel#909)
  Update mempool app to v2.2.1 (getumbrel#905)
  Remove outdated warning from LND config
  Update samourai-server app to v1.10.1 (getumbrel#901)
  Switch to the PolyForm Noncommercial license (getumbrel#908)
  Update to getumbrel/middleware:v0.1.12
  Don't overwrite existing LND config after update (getumbrel#904)
  Update to LND v0.13.1 (getumbrel#903)
  Auto init nextcloud app to ensure allowed hosts are correctly set (getumbrel#900)
  Add default password to pi-hole app (getumbrel#889)
  Umbrel v0.4.0 (getumbrel#888)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant