-
```
root@openvas:/var/log/gvm# tail gvmd.log
md manage:WARNING:2024-11-06 19h31.37 utc:1549: sql_open: PQerrorMessage (conn): connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" faile…
-
Not sure about the title, but here is what happened in our setup.
Setup:
Two webservers running the Director daemon as a systemd service. One server is in a public cloud, one is in a private cloud…
-
We have an issue that have scared us and that has taken us some time to understand.
I am not sure if this is an issue that belongs to SqlClient or System.Transaction or Azure SQL
The bug first appear…
-
Seen by Max and an indication that there may be connection issues between the stack and its database: -
```
Traceback (most recent call last): File "/.venv/lib/python3.11/site-packages/django/db/b…
-
### Kùzu version
v0.6.1
### What operating system are you using?
Ubuntu, Windows
### What happened?
Importing data using https://docs.kuzudb.com/extensions/json/ across multiple connect…
-
Attempted to set up the project on a Mac with `nix-shell -E "$(curl -L https://reactivated.io/install/)"` and I run into this error:
```
...
creating directory /Users/user/proj/.venv/postgresql …
letam updated
20 hours ago
-
When I do `RUN SECRET_KEY="dummydummydummydummydummydummydummydummydummydummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py migrate netbox_attachments`
and regenerate de worker image
I…
-
I want to make a converter for converting plantuml to d2 code and I encountered a difference for the usage of notes. In plantuml you can use notes on actors and connections. D2 on the other hand only …
-
Is it possible to set client connection limits per user/DB? I know there is the setting max_client_conn but this applies to the entire pgbouncer instance not to individual users/databases.
-
My use case requires dynamic database connections to databases not managed by django. These databases are created on on demand, so i can't enumerate them in settings.
I know this scenario likely fa…