-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MODSOURCE-722: relation "marc_records_tracking" does not exist
The Poppy version of MarcIndexersVersionDeletionVerticle fails when trying to delete for tenants that are still on Orchid. ``` 2023-11-21 12:14:16.453 [vert.x-worker-thread-6] [] [] [] [] ERROR RecordDaoImpl Something happened while deleting old marc_indexers versions tenantId=ubilm io.vertx.pgclient.PgException: ERROR: relation "marc_records_tracking" does not exist (42P01) ``` The failure prevents running the deleteMarcIndexersOldVersions of the Poppy tenants. (cherry picked from commit 481d253)
- Loading branch information
1 parent
8d741f8
commit 8b034e1
Showing
4 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters