Will Curatolo
10/31/2022, 9:06 PMairbyte-temporal | Waiting for PostgreSQL to startup.
airbyte-temporal | nc: bad address 'db'
anyone else run into this?Saj Dider (Airbyte)
11/01/2022, 3:59 PMWill Curatolo
11/01/2022, 7:04 PMdocker-compose up
Description: Following the guide here, I ran git clone <https://github.com/airbytehq/airbyte.git>
, then cd airbyte
, then docker-compose up
. Eventually enters a bad state where it loops
airbyte-temporal | nc: bad address 'db'
airbyte-temporal | Waiting for PostgreSQL to startup.
Will Curatolo
11/01/2022, 7:05 PMWill Curatolo
11/01/2022, 7:12 PMWill Curatolo
11/01/2022, 7:14 PMairbyte-db | The files belonging to this database system will be owned by user "postgres".
airbyte-db | This user must also own the server process.
airbyte-db |
airbyte-db | The database cluster will be initialized with locale "en_US.utf8".
airbyte-db | The default database encoding has accordingly been set to "UTF8".
airbyte-db | The default text search configuration will be set to "english".
airbyte-db |
airbyte-db | Data page checksums are disabled.
airbyte-db |
airbyte-db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
airbyte-db | initdb: error: could not create directory "/var/lib/postgresql/data/pg_wal": No space left on device
airbyte-db | initdb: removing contents of data directory "/var/lib/postgresql/data"
airbyte-db exited with code 1
airbyte-temporal | nc: bad a
Will Curatolo
11/01/2022, 7:20 PMdocker system prune
fixed it - I think I'm up and running!Saj Dider (Airbyte)
11/03/2022, 3:56 PM