Anusri
(Anusri)
25 Noviembre, 2020 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
25 Noviembre, 2020 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 Me gusta
Anusri
(Anusri)
26 Noviembre, 2020 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 me gusta
Falco
(Falco)
26 Noviembre, 2020 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 Me gusta
stujo
(Stu)
14 Mayo, 2021 00:31
5
Could this be a postgres version issue? Looks like we need postgres >= 9.6 ?
What version is recommended?
Falco
(Falco)
14 Mayo, 2021 01:00
6
PostgreSQL 13 is the recommended.
3 Me gusta
stujo
(Stu)
14 Mayo, 2021 04:20
7
Upgrading to postgres:10 allows the installation to proceed
2 Me gusta