From 0e567edd33ab0fb36014b8db15517a7bde3e33b7 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Thu, 3 Mar 2022 23:18:50 +0900 Subject: [PATCH] fix: fix minor description issues --- README.md | 1 + tips/troubleshooting.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 627596a..d0df6a2 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ If you are restoring the entire AWX to a new environment, create the PVs and PVC ```bash sudo mkdir -p /data/postgres sudo mkdir -p /data/projects +sudo chmod 755 /data/postgres sudo chown 1000:0 /data/projects ``` diff --git a/tips/troubleshooting.md b/tips/troubleshooting.md index ec2d188..6bfae28 100644 --- a/tips/troubleshooting.md +++ b/tips/troubleshooting.md @@ -229,7 +229,7 @@ This problem occurs when the AWX pod and the PostgreSQL pod cannot communicate p To solve this, check or try the following: - **Ensure your PostgreSQL (typically the Pod named `awx-postgres-0`)is in `Running` state.** -- **Ensure your `firewalld` or `ufw` has been disabled on your K3s host.** +- **Ensure your `firewalld`, `ufw` or any kind of firewall has been disabled on your K3s host.** - **Ensure your `awx-postgres-configuration` has correct values, especially if you're using external PostgreSQL.** - **Uninstall K3s and install it again.**