Closed sagarjunnarkar closed 9 years ago
from production log file
$ awk 'NR==16935700, NR==16935950' log/production.log PG::Error: ERROR: duplicate key value violates unique constraint "index_posts_on_blog_id_and_number" DETAIL: Key (blog_id, number)=(3, 762) already exists. : UPDATE "posts" SET "number" = 762 WHERE "posts"."id" = 7907 Retrying...1
https://github.com/nishantmodak/savitri/commit/1539113f35279db55877ece43f082a561ebeba02
from production log file