Postgresql update #369
Replies: 9 comments 3 replies
-
|
Life rather got in the way ... |
Beta Was this translation helpful? Give feedback.
-
|
Happy new year. I just wanted to check whether I should be seeing Postgres15 in my image now. I have updated the compose file (see attached) but I am still only seeing a 13 folder in /lib/postgres after applying the change. Compose file attached. |
Beta Was this translation helpful? Give feedback.
-
|
Hmmm .... Can you try immauss/openvas:25.12.26.01 I think the one that is still "latest" was missing something. I found it during the holidays, but looks it was not published as latest yet. I had some major setbacks/time sinks from late Nov until about 3 or 4 days ago, so the time line suggested in the OP will need to slip to the right a bit. I'll try to get a new schedule published in the next week or so. Thanks, -Scott |
Beta Was this translation helpful? Give feedback.
-
|
Thank you Scott, I will try and have a look into that build. I am not so worried about the timeframe for release, I was just more concerned I had missed something in my config that was stopping this from showing. I will force the version you mentioned on a test box to see how this looks. |
Beta Was this translation helpful? Give feedback.
-
|
I can confirm with the 25.12.26.01 build I can see both the 13 and 15 folders within Postgres. I have this running on one of the boxes now. |
Beta Was this translation helpful? Give feedback.
-
|
Bumping this to hopefully raise awareness. I've had to adjust the schedule due to .... well ... life. I've done tons of testing for the auto-upgrade, and all seems to be working well. If you have any problems, please open an issue at: So ... the new plan is: Until 31 March, v13 will remain the default, with an option to upgrade to 15. If for some reason this is a problem for you, please speak now ...... |
Beta Was this translation helpful? Give feedback.
-
|
Just wanted yto check in if this was still all on schedule and we are now using PG15? Other than adding entry to the compose file is there anything else to change? And when running a backup do we then run the pg_dumpall as before but in the 15 folder and no longer in the 13? |
Beta Was this translation helpful? Give feedback.
-
|
My docker compose script uses the variable -e PGVER=15.
I encountered errors where it said the backup was created in PG15 and produced the following message: Can this be avoided with an edit of the restore script? Or is there another work around? |
Beta Was this translation helpful? Give feedback.
-
|
And hopefully, I'll have the time to make 15 the default this weekend. I was on a roll there for a few weeks, then GB through me another curve and now openvas-scanner won't compile, so I need to work out what changed, then I can publish a new tag with 15 as the default. Thanks @dustinbird -Scott |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As some of you may know, postgresql 13 goes EOL this month. . . . .
I only just realized this ...
The current image is based on pg13 as that was the default in Debian Bookworm when I migrated to it. Very soon (hopefully within the next few days, it will be possible to upgrade the container's database to pg15. There are some distinct advantages to this, but the big one is that 15 is not EOL . . . .
So ... the plan is:
If for some reason this is a problem for you, please speak now ......
Thank you,
-Scott
Beta Was this translation helpful? Give feedback.
All reactions