Type longtext
not supported by PostgreSQL, upgrade.php fails, can't upgrade to 3.1.3
#41
Closed
NameDevRandom
started this conversation in
General
Replies: 3 comments
-
Found a quick & dirty workaround myself: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great workaround! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed @ 7005adc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Unfortunately the upgrade script tries to
ALTER TABLE fud30_msg_store ALTER COLUMN data TYPE LONGTEXT
which fails.Postgres doesn't have a
LONGTEXT
datatype, andTEXT
supports unlimited length.How can I skip or disable this needless operation?
I am still using FUDforum 3.0.5 and it really is time to upgrade...
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions