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 日 18: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 日 16: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 日 00: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 日 01:00
6
PostgreSQL 13 is the recommended.
3 个赞
stujo
(Stu)
2021 年5 月 14 日 04:20
7
Upgrading to postgres:10 allows the installation to proceed
2 个赞