Redmine » Historique » Version 4
« Précédent -
Version 4/16
(diff) -
Suivant » -
Version actuelle
Mehdi Abaakouk, 12/05/2014 16:34
Redmine¶
Liens¶
- https://wiki.ldn-fai.net/wiki/Redmine#Par_mail ouvrir un ticket redmine par mail
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; max ------ 6193 (1 row) # alter sequence wiki_content_versions_id_seq start 6194; # alter sequence wiki_content_versions_id_seq restart;