Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Update PostgreSQL to version 10 #2147

Closed
MaciejBaj opened this issue Jun 20, 2018 · 6 comments
Closed

Update PostgreSQL to version 10 #2147

MaciejBaj opened this issue Jun 20, 2018 · 6 comments
Assignees
Milestone

Comments

@MaciejBaj
Copy link
Contributor

MaciejBaj commented Jun 20, 2018

PostgreSQL used by Lisk Core Built version can be updated to version 10 due to obtain the better performance and increase security.

Before that, all of the queries need to be tested if working.

@4miners
Copy link
Contributor

4miners commented Jun 25, 2018

  • checked changelog between 9.6 and 10
  • checked application, everything works fine

@MaciejBaj
Copy link
Contributor Author

Corresponding issue on lisk-build - LiskArchive/lisk-build#295

@diego-G
Copy link

diego-G commented Jul 17, 2018

Are we taking into account https://github.com/vitaly-t/pg-promise and https://github.com/vitaly-t/pg-monitor ? Please, @vitaly-t could you give us a hand regarding compatibility?

@diego-G
Copy link

diego-G commented Jul 17, 2018

@4miners will we be accepting automatically any minor change and bug fixes from Postgres? i.e. 10.X.X. Please, @fchavant bear in mind for https://github.com/LiskHQ/lisk-docker/pull/98/files

@vitaly-t
Copy link
Contributor

vitaly-t commented Jul 17, 2018

I have been using PostgreSQL 10.x exclusively, since its inception in early 2017.

There are no known issues with it, safe to upgrade for you guys. And the performance gains are huge, on a good hardware, especially when using JSON queries, because this is where the modern PostgreSQL all going.

On another note, I have been battling with the underlying node-postgres driver to make them add support for multi-host configuration, even wrote my own generic connection-string for it, but no visible progress there.

@4miners
Copy link
Contributor

4miners commented Jul 17, 2018

@diego-G Yes, according to PostgreSQL's versioning policy - All users should upgrade to the most recent minor release as soon as possible.

@diego-G diego-G closed this as completed Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants