Score:0

AWS RDS PostgreSQL Upgrade from 9.6.22 to 10.17

in flag

I just finished upgrading my AWS RDS database engine from 9.6.22 to 10.17. I used these steps to make the upgrade using the AWS Console:

Create snapshot of target database to upgrade
Restore snapshot
Upgrade the restored snapshot's (which is now a new instance) DB Engine version.

After I did all of this, everything seems fine but when I access the database, this warning message appears

WARNING: psql major version 9.6, server major version 10.
     Some psql features might not work.

I want to know the meaning of this warning because I am fairly new in AWS as a whole.

Score:0
es flag

Your psql client is using version 9.6, whereas the server it is connecting to was upgraded to major version 10. You can possibly get rid of the warning by upgrading your psql client.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.