Bug Report
Testing locally found that if adding foreign key during log backup, it will automatically add an index. In the PiTR restore process, it will first drop the index and then recreate it. However due to foreign key constraint, the drop index op will fail since violating constraint, causing the pitr to fail
Bug Report
Testing locally found that if adding foreign key during log backup, it will automatically add an index. In the PiTR restore process, it will first drop the index and then recreate it. However due to foreign key constraint, the drop index op will fail since violating constraint, causing the pitr to fail