lihan commented on issue #27259: URL: https://github.com/apache/airflow/issues/27259#issuecomment-1299997531
@tanvn My Airflow was deployed on Google Cloud CloudSQL (Postgres 13) * My Postgres starts emitting a lot more error messages on primary key duplicate after upgrade to 2.3.3 (See attached screenshots) <img width="1428" alt="image" src="https://user-images.githubusercontent.com/655051/199463273-0a796e83-edd3-4853-b31a-dd457bcfa9fb.png"> * What I did was to remove the duplicates in the `dag` table manually, and rebuilt index on dags table * After doing the re-index, the issue is gone, no more error messages from the Postgres as well -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
