التنينوكس@social.touha.me to PostgreSQL@programming.dev · edit-21 year agoIs it possible to upgrade PostreSQL from 14 to 16 directly when using containers?message-squaremessage-square1fedilinkarrow-up15arrow-down11file-text
arrow-up14arrow-down1message-squareIs it possible to upgrade PostreSQL from 14 to 16 directly when using containers?التنينوكس@social.touha.me to PostgreSQL@programming.dev · edit-21 year agomessage-square1fedilinkfile-text
minus-squareSuzune@ani.sociallinkfedilinkarrow-up4·1 year agoYes. Log into the old container, dump the entire database. Rename the data directory, if it’s not versioned. Upgrade start the new version. Restore from the previous dump.
Yes. Log into the old container, dump the entire database. Rename the data directory, if it’s not versioned. Upgrade start the new version. Restore from the previous dump.