We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#mastodon IRC channel user raucao pointed out, that since version v2.5.0, PostgreSQL 9.5 is required to run Mastodon.
raucao reported that migration 20180812173710_copy_status_stats fails on PostgreSQL 9.4, due to
20180812173710_copy_status_stats
syntax is invalid at the ON CONFLICT
https://github.com/tootsuite/mastodon/blob/ccc2f608c5c1caac2ea4796f4490f29d59d67068/db/migrate/20180812173710_copy_status_stats.rb#L12
ON CONFLICT syntax for INSERT was added in version 9.5 (see: INSERT in versions 9.4 and 9.5).
ON CONFLICT
INSERT
The text was updated successfully, but these errors were encountered:
Closed as duplicate of #8590.
Sorry, something went wrong.
No branches or pull requests
#mastodon IRC channel user raucao pointed out, that since version v2.5.0, PostgreSQL 9.5 is required to run Mastodon.
raucao reported that migration
20180812173710_copy_status_stats
fails on PostgreSQL 9.4, due tohttps://github.com/tootsuite/mastodon/blob/ccc2f608c5c1caac2ea4796f4490f29d59d67068/db/migrate/20180812173710_copy_status_stats.rb#L12
ON CONFLICT
syntax forINSERT
was added in version 9.5 (see: INSERT in versions 9.4 and 9.5).The text was updated successfully, but these errors were encountered: