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