Ben Konicek
05/08/2023, 2:19 PMtemporal
pod continues to log the error "temporal database already exists" and fail to configure the docker config file. As far as I can tell, temporal
is successfully creating the temporal DB, so I'm at a loss for why it is then erroring out saying it failed to create it.kapa.ai
05/08/2023, 2:19 PMMateusz Kijewski
05/08/2023, 2:20 PMkapa.ai
05/08/2023, 2:20 PMtemporal
and temporal_visibility
databases and granting privileges to the Airbyte user. You can try the following code if you're connecting to the Postgres server using psql: create database temporal; grant all privileges on database temporal to airbyte; create database temporal_visibility; grant all privileges on database temporal_visibility to airbyte;
If this doesn't help, I recommend checking the [Airbyte documentation](https://docs.airbyte.com) and [Airbyte community forum](https://discuss.airbyte.io) for more information and assistance.Ben Konicek
05/08/2023, 2:21 PMMateusz Kijewski
05/08/2023, 2:21 PMBen Konicek
05/08/2023, 2:24 PMcreate database temporal;
grant all privileges on database temporal to airbyte;
create database temporal_visibility;
grant all privileges on database temporal_visibility to airbyte;
Ben Konicek
05/08/2023, 3:41 PMMateusz Kijewski
05/08/2023, 3:41 PMRowan Moul
05/08/2023, 3:42 PMBen Konicek
05/08/2023, 3:43 PMMateusz Kijewski
05/08/2023, 3:43 PMRowan Moul
05/08/2023, 3:55 PMBen Konicek
05/08/2023, 3:56 PMRowan Moul
05/08/2023, 4:30 PMRowan Moul
05/08/2023, 4:39 PMBen Konicek
05/08/2023, 7:49 PMRowan Moul
05/08/2023, 7:57 PMBen Konicek
05/08/2023, 7:58 PMRowan Moul
05/08/2023, 9:04 PMRowan Moul
05/08/2023, 10:10 PM