Anusri
(Anusri)
2020 年 11 月 25 日午前 10:40
1
hi,
I have installed discourse in my local using ubuntu software.
i cannot run my url its showing below error, plz can any one help me?
Error:
An error has occurred, all later migrations canceled: PG::SyntaxError: ERROR: syntax error at or near “NOT” LINE 2: ADD COLUMN IF NOT EXISTS image_upload_id bigint ^
simon
2020 年 11 月 25 日午後 6:45
2
I’m probably not the right person to help with this issue, but can you confirm that you installed Discourse on your local server by following this guide: Beginners Guide to Install Discourse on Ubuntu for Development ?
I’m assuming that you are creating a local development site and not a production site.
「いいね!」 2
Anusri
(Anusri)
2020 年 11 月 26 日午前 11:18
3
Yes, i am following that guide only and creating my local development.
i am not able to fix that issue.
PG::SyntaxError: ERROR: syntax error at or near "NOT"
LINE 2: ADD COLUMN IF NOT EXISTS image_upload_id bigint
「いいね!」 1
Falco
(Falco)
2020 年 11 月 26 日午後 4:27
4
What distro are you running? That setup will work on latest Ubuntu and latest LTS Ubuntu.
If you are running an older version you will need to add a PostgreSQL PPA in order to get a more recent version.
「いいね!」 3
stujo
(Stu)
2021 年 5 月 14 日午前 12:31
5
Could this be a postgres version issue? Looks like we need postgres >= 9.6 ?
What version is recommended?
Falco
(Falco)
2021 年 5 月 14 日午前 1:00
6
PostgreSQL 13 is the recommended.
「いいね!」 3
stujo
(Stu)
2021 年 5 月 14 日午前 4:20
7
Upgrading to postgres:10 allows the installation to proceed
「いいね!」 2