# Improved reliability for async memory with Postgres and other async databases

> We resolved errors that occurred when reading or updating user memories when using asynchronous databases such as Postgres.

- Published: 2025-10-17
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/improved-reliability-for-async-memory-with-postgres-and-other-async-databases
- Markdown: https://agno-com-nine.vercel.app/articles/improved-reliability-for-async-memory-with-postgres-and-other-async-databases.md

We resolved errors that occurred when reading or updating user memories when using asynchronous databases such as Postgres. The async memory paths now consistently use non-blocking async variants, eliminating exceptions caused by mixed sync/async calls. No application changes are required — upgrade to benefit from the fix.

**Details**

- Prevents intermittent errors in memory operations with AsyncPostgres and similar async drivers
- Strengthens test coverage for async memory flows to reduce regressions
- Lowers operational risk in production deployments relying on memory

**Who this is for:** Teams running Agno with async database backends or building agents that depend on reliable, low-latency memory operations.
