diff options
author | Frederick Muriuki Muriithi | 2024-11-08 14:26:17 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-08 14:26:17 -0600 |
commit | e8fce65696ad00a08bf73b7857d9fb52d4ba35e7 (patch) | |
tree | 5a70dcc36f63a6b0d186b3c0351bc71455127b3c | |
parent | 7fe963f7c69342f5c05c08d6cc2c40278b14d060 (diff) | |
download | gn-gemtext-e8fce65696ad00a08bf73b7857d9fb52d4ba35e7.tar.gz |
ProdCont: MariaDB connection issue: troubleshooting logs updates.
-rw-r--r-- | issues/genenetwork/cannot-connect-to-mariadb.gmi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/issues/genenetwork/cannot-connect-to-mariadb.gmi b/issues/genenetwork/cannot-connect-to-mariadb.gmi index 6c04acc..3dfe1bc 100644 --- a/issues/genenetwork/cannot-connect-to-mariadb.gmi +++ b/issues/genenetwork/cannot-connect-to-mariadb.gmi @@ -105,6 +105,9 @@ then rebuild the container. This exposes a bug in gn-auth. and update the `public-jwks-uri` value for the client in the admin dashboard, and voila!!! Now the system works. +Attempt pulling guix "2394a7f5fbf60dd6adc0a870366adb57166b6d8b" into a profile locally: went through without a hitch + +Upgrade guix daemon, and restart it. Delete profile and run `guix gc`, then try pulling guix "2394a7f5fbf60dd6adc0a870366adb57166b6d8b" again. It also went through without a problem. This eliminates the daemon being the culprit: Running `sudo -i guix pull --list-generations` on both tux04 and my local dev machine gives both daemon commits as `2a6d96425eea57dc6dd48a2bec16743046e32e06`. ### Footnotes |