Projet

Général

Profil

Redmine » Historique » Version 3

« Précédent - Version 3/16 (diff) - Suivant » - Version actuelle
Mehdi Abaakouk, 12/05/2014 16:34


Redmine

Liens

Investigation Erreur 500

Erreur dans /srv/http/redmine/log/production.log:

Completed 500 Internal Server Error in 23.2ms

ActiveRecord::RecordNotUnique (PG::UniqueViolation: ERROR:  duplicate key value violates unique constraint "wiki_content_versions_pkey" 
DETAIL:  Key (id)=(164) already exists.
: INSERT INTO "wiki_content_versions" ("author_id", "comments", "compression", "data", "page_id", "updated_on", "version", "wiki_content_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"):
# su - postgres
# psql redmine
# select max(id) from wiki_content_versions;
# alter sequence wiki_content_versions_id_seq start 6194;
# alter sequence wiki_content_versions_id_seq restart;