summaryrefslogtreecommitdiff
path: root/daily/04-Jun-2025.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-06-16 10:44:49 +0200
committerJasper Ras <jras@hostnet.nl>2025-06-16 10:44:49 +0200
commit0d389e1d6c1aed4a92f82d9711f4564a12390fcd (patch)
treeca4925547669a045d836c2aeb6d4b2309c3f5996 /daily/04-Jun-2025.md
parent32422d2b9001291d7136036581122cf4b4eec75c (diff)
vault backup: 2025-06-16 10:44:49
Diffstat (limited to 'daily/04-Jun-2025.md')
-rw-r--r--daily/04-Jun-2025.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/daily/04-Jun-2025.md b/daily/04-Jun-2025.md
new file mode 100644
index 0000000..3cb7031
--- /dev/null
+++ b/daily/04-Jun-2025.md
@@ -0,0 +1,4 @@
+**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