Project

General

Profile

Actions

Bug #1873

closed

Too tight limit on domain characters count

Added by Jaroslav Henner over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Category:
DB migrations
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

We have awfully long domain names. Foreman seems to not like it either

 x PG::Error: ERROR: value too long for type character varying(32) : INSERT INTO "domains" ("created_at", "name", "updated_at", "dns_id", "fullname") VALUES ('2012-09-25 06:44:44.616460', 'beryllium.xxx.xxx.xxx.xxx.redhat.com', '2012-09-25 06:44:44.616460', 1, 'beryllium.xxx.xxx.xxx.xxx.redhat.com') RETURNING "id" 

I already seen some issues of this sort with another DB column. I would vote to review the limits. Or should 32 characters be enough for everybody?

Actions

Also available in: Atom PDF