-
#55 gave superuser permissions for postgres. I realize [this upstream migration](https://github.com/Freika/dawarich/blob/5fe05dee0cca1da21c6a02c0192aa0fd6620731d/db/migrate/20250123145155_enable_postg…
-
我想基于postgres:17镜像去构建新的镜像,这样可以利用官方对于环境变量的一些处理,下面这样写有没有问题
```
FROM postgres:17:latest
COPY etc/apt/sources.list /etc/apt/sources.list
COPY etc/apt/sources.list.d/pigsty.list /etc/apt/sources.list.d/p…
-
## Description
- Use a database over the unix socket for the internal mathesar_django database.
- Once Mathesar starts, try creating a new database.
- The following error occurs:
-
- Mathesar expects…
-
### Introduction
In terms of disaster recovery, high availability and uptime for the Redis instance we should consider upgrading the SKU from Basic
Split from this task: https://github.com/Altinn/dia…
-
Hi,
I'm not sure if this is an issue, a feature request or a request for documentation. I'm quite new to NORMA and I'm liking the tool but I'm struggling to understand the full functionality and feel…
-
# Recommended for most uses
DATABASE_URL=postgres://neondb_owner:npg_8eruKvscO9dB@ep-twilight-art-a2s6af2z-pooler.eu-central-1.aws.neon.tech/neondb?sslmode=require
# For uses requiring a connection w…
-
### Documentation Issue Description
Embeddings print takes up excessive space and affects readability. To improve clarity and docs usability, the embedding print should be removed
### Documentation …
-
### What version of Bun is running?
1.2.12+32a47ae45
### What platform is your computer?
Darwin 24.4.0 arm64 arm
### What steps can reproduce the bug?
I'm attempting to use bun (which has been fa…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
Hello, I tried to connect to postgres with typeorm and lo and behold I got …
-
In the benchmark code you make a select in the table with data, this increases the query time, as a result you test the performance of the Postgres server to a greater extent than your Postgres client…