Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
11 views

WireGuard settings: Server: wg0.conf [Interface] Address = 10.8.0.1/24 SaveConfig = false ListenPort = 51820 PrivateKey = <PrivateKey> [Peer] PublicKey = <PublicKey> AllowedIPs = 10.8.0.10/...
Yarr's user avatar
  • 45
Advice
0 votes
0 replies
30 views

I am currently implementing ITOM (Discovery and Service Mapping) on a Self-Hosted (On-Premises) ServiceNow instance. The current backend is MariaDB, and we are planning a migration to a different DB ...
ezra123's user avatar
  • 23
2 votes
0 answers
23 views

I am using Prisma 7.4.0 with Supabase and I'm facing a blocking issue with migrations. When I run npx prisma migrate dev, the process hangs indefinitely at this point: Loaded Prisma config from prisma....
user32357606's user avatar
-3 votes
0 answers
40 views

Description I am testing the failover capabilities of a PolarDB PostgreSQL 14 primary-standby cluster. After killing the primary node, I promote the standby node to primary and attempt to downgrade ...
rogers.ww's user avatar
0 votes
0 answers
27 views

In long running processes with the symfony scheduler we had the problem, that the DB connection got lost and was not refreshed. Our Database is Postgres. Doctrine DBAL used to have a ...
ivoba's user avatar
  • 6,046
Advice
0 votes
1 replies
43 views

I also have pgstattuple extension, Is there a query to check status (bloat etc) for all indexes in the database that can give insights on what to do (REINDEX)
jrlevi's user avatar
  • 1
-1 votes
0 answers
39 views

I am running PolarDB and I've noticed that the pg_logindex directory is consuming a significant amount of disk space. I understand that PolarDB already implements an automatic mechanism for logindex ...
李思哲's user avatar
Best practices
0 votes
2 replies
24 views

I am currently experimenting with a DuckDB / Ducklake setup using postgres as a catalog. I am experimenting with a handful of concurrent writers and many concurrent readers. To reduce stress on the ...
paulst's user avatar
  • 93
1 vote
1 answer
22 views

I have a stored computed field on a custom model that calls a helper method decorated with @ormcache. The method does a search() and returns a recordset: from odoo import api, models from odoo.tools ...
Alesis Joan's user avatar
0 votes
1 answer
54 views

In PostgreSQL (using DBeaver as a client), when I return the same query from a function as from a table for a timestamptz field, the time element appears differently (and is then handled by downstream ...
Martin Yapp's user avatar
Best practices
0 votes
1 replies
20 views

Is it possible to run barman on ubuntu 24.04 (Postgres 16) while the database server is on rhel 7 (Postgres 14) I am interested since it can achieve low RPO's
jrlevi's user avatar
  • 1
3 votes
1 answer
55 views

We are extensively using Postgres advisory locks to re-centralize a distributed software system to publish to an API which requires aggregated data. Rarely, multiple locks have to be acquired which we ...
roookeee's user avatar
  • 1,878
-1 votes
1 answer
48 views

How do I get all indexes that would need reindexing after glibc upgrade ? my current query: SELECT n.nspname AS schema, c.relname AS table, i.relname AS index, a....
jrlevi's user avatar
  • 1
-4 votes
1 answer
43 views

Problem We are running PolarDB for PostgreSQL (version 16) on Alibaba Cloud. We noticed that password_encryption is still set to md5 by default: SELECT name, setting, source, enumvals FROM ...
dragon's user avatar
  • 1
-4 votes
1 answer
84 views

The study found that international students have a higher risk of mental health difficulties than the general population, and that social connectedness (belonging to a social group) and acculturative ...
Evanillo's user avatar

15 30 50 per page
1
2 3 4 5
11934