summaryrefslogtreecommitdiff
path: root/daily/04-Jun-2025.md
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-07-15 20:34:14 +0200
committerJasper Ras <jaspert.ras@gmail.com>2025-07-15 20:34:14 +0200
commit62483ddbc85da140b36eee2fa6bc43e7093eb3ad (patch)
tree33550a06020ec71e2777a6241447a40ba98c10ca /daily/04-Jun-2025.md
parent04db4c941799bfbfac666160e7b4298716649a7f (diff)
parenta9886bf2f8a35369a2c42070c5f83504dfab2bc5 (diff)
vault backup: 2025-07-15 20:34:14
Diffstat (limited to 'daily/04-Jun-2025.md')
-rw-r--r--daily/04-Jun-2025.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/daily/04-Jun-2025.md b/daily/04-Jun-2025.md
deleted file mode 100644
index 3cb7031..0000000
--- a/daily/04-Jun-2025.md
+++ /dev/null
@@ -1,4 +0,0 @@
-**Occurrences**
-Trying to install goba/gobs in the global venv of devstack. Had to relax the requirements of dependencies; thus dependencies being newer than tested with. This is suboptimal because now our environment is different from our prod..
-
-In a more recent version of sqlalchemy they mask the password in engine.url by default (opposite to not masking it before): this caused a connection error during db sync. I remembered I ran into this before when looking at nova's db sync code and saw the `engine.url.render_as_string(hide_password=False)`. Updated our code with this fixed the issue \ No newline at end of file