Comment on Question About Watchtower
irmadlad@lemmy.world 1 day agoIf a container uses Postgresql, you can’t auto update.
That’s interesting. I certainly will keep that in mind.
Comment on Question About Watchtower
irmadlad@lemmy.world 1 day agoIf a container uses Postgresql, you can’t auto update.
That’s interesting. I certainly will keep that in mind.
ZeldaFreak@lemmy.world 14 hours ago
To be more specific: Postgresql requires manual steps with major versions. Tutorials I found require you to dump the database in the old version first, then update and then import. You could use a tagged version of postgresql and just auto update there but the main container might require a newer version. I saw containers who try this but none looked production ready.