Actions
Bug #1755
closedForeman with postgre doesn't allow wide URLs for installation meda
Description
PG::Error: ERROR: value too long for type character varying(100) : INSERT INTO "media" ("os_family", "config_path", "created_at", "updated_at", "name", "image_path", "media_path", "path") VALUES ('Redhat', '', '2012-07-16 12:36:15.489468', '2012-07-16 12:36:15.489468', 'RHEL', '', '', 'http://looong.paattthhh.at.corp.com/pub/rhel/fooo/baaar/$major.$minor/Server/$arch/os/') RETURNING "id"
It got fixed after making media.path varying(200). I think more than 200 should be allowed though.
Updated by Joseph Magen over 12 years ago
- Status changed from New to Resolved
I created a migration and changed the limit for 100 to 255
Updated by Ohad Levy over 12 years ago
- Category set to DB migrations
- Assignee set to Joseph Magen
- Priority changed from High to Normal
- Target version set to 1.1
Actions