Permission issue while installing Airbyte with abctl
- Lenguaje dominante
- Python
- Estrellas
- 22.1k
- Forks
- 5.3k
- Métricas de merge de PR
- Métricas de PR pendientes
Descripción
### What happened?
Had an error while trying to install Airbyte on vm instance
I ran these
```
curl -LsfS https://get.airbyte.com | bash -
sudo systemctl start docker
abctl local install --low-resource-mode
```
But I got this error:
```
WARNING Encountered an issue deploying Airbyte:
Pod: airbyte-db-0.184c9f9c85f0426b
Reason: BackOff
Message: Back-off restarting failed container airbyte-db-container in pod airbyte-db-0_airbyte-abctl(beed0127-928b-443f-bd54-95c24aa37fda)
Count: 26
Logs: chown: /var/lib/postgresql/data/pgdata: Operation not permitted
chmod: /var/lib/postgresql/data/pgdata: Operation not permitted
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
initdb: error: could not access directory "/var/lib/postgresql/data/pgdata": Permission denied
```
### What did you expect to happen?
I even tried downgrading back to abctl 0.26.0 but my issue can't be resolved
### Abctl Version
```console
$ abctl version
version: v0.26.0
```
### Docker Version
```console
$ docker version
Client:
Version: 25.0.5
API version: 1.44
Go version: go1.22.5
Git commit: 5dc9bcc
Built: Thu Aug 22 17:25:26 2024
OS/Arch: linux/amd64
Context: default```
### OS Version
```console
# On Linux:
$ cat /etc/os-release
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
SUPPORT_END="2025-06-30"
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.