-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
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
Support for PostgreSQL 11 #236
Conversation
- Upgrade `pg_repack` from 1.4.3 to 1.4.4 - To include the [fixing of the build failure](reorg/pg_repack#191). - Upgrade PostGIS from 2.4 to 2.5 - The 2.4 release (currently 2.4.7) only supports PostgreSQL 9.3-10. - The 2.5 release (currently 2.5.2) supports PostgreSQL 9.3-11. - Referring to [this release note](https://postgis.net/2019/03/11/postgis-patches/).
@@ -1,7 +1,7 @@ | |||
|
|||
########################################################################## | |||
## AUTO-GENERATED FILE ## | |||
## BUILD_NUMBER=Sat 27 Apr 2019 12:29:35 +08 ## | |||
## BUILD_NUMBER=Wed Jul 3 10:29:46 JST 2019 ## |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really want to commit generated files with just a timestamp change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we can stop doing it - would be nice.
Just keep in mind this build number is used for https://github.com/paunin/PostDock/blob/master/make/make.sh#L11
Thanks for the PR! Think something goes wrong with pg11 |
Hi paunin, Thanks for your reply. According to the current repmgr compatibility matrix, So for pg11 + repmgr3.2, we might have to remove them from the combinations. But for pg10 + repmgr3.2, it's interesting even they are not in the compatibility matrix, there still are packages available in the packages site. |
Let's not introduce pg11 + repmgr3.x. But tests are failing even for pg11 + repmgr4... iа you can fix it - I'll be happy to merge it |
https://travis-ci.org/paunin/PostDock/builds/555554327 still fails for your combination - think you need to inverstigate |
not fails buttiming out |
Ok, let me investigate. |
In postgres 11, the `postgres: wal receiver process` command is changed to `postgres: walreceiver process`.
Partial duplicated with #231 |
Resolving #221.
Upgrade the required extensions version for Postgres-11
pg_repack
from 1.4.3 to 1.4.4PostGIS
from 2.4 to 2.5