From e19f634ffa67c9268ca01ac49b6c92baac50f959 Mon Sep 17 00:00:00 2001 From: stratself Date: Tue, 4 Aug 2026 19:24:31 +0000 Subject: [PATCH] chore: Add changelogs for some important doc things --- changelog.d/+18458843.doc.md | 1 + changelog.d/+c9e34885.doc.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog.d/+18458843.doc.md create mode 100644 changelog.d/+c9e34885.doc.md diff --git a/changelog.d/+18458843.doc.md b/changelog.d/+18458843.doc.md new file mode 100644 index 000000000..bbea527fd --- /dev/null +++ b/changelog.d/+18458843.doc.md @@ -0,0 +1 @@ +Update backup instructions: the right paths for `.sst` files are now in `$DATABASE_BACKUP_PATH/private/` path instead of `$DATABASE_BACKUP_PATH/`. Contributed by @stratself diff --git a/changelog.d/+c9e34885.doc.md b/changelog.d/+c9e34885.doc.md new file mode 100644 index 000000000..e5507063f --- /dev/null +++ b/changelog.d/+c9e34885.doc.md @@ -0,0 +1 @@ +Add caveat and workaround for container resolution (e.g. for dockerized appservices) when using mounted `/etc/resolv.conf`. Contributed by @stratself