Skip to content

Upgrading Postgres Database #372

Discussion options

You must be logged in to vote

Thanks @cimnine. Some healthy debate on #netbox-docker, but for the purposes of helping anyone else out who stumbles across this I'm going to record that I've over-ridden the requirement for postgres:12-alpine with postgres:11-alpine (which remains supported by NetBox 2.10) by adding the following lines to my docker-compose.override.yml file:

postgres:
  image: postgres:11-alpine

It may not be the gold plated solution, but it feels like upgrading NetBox first and then upgrading PostgreSQL later (if desired) is the best way to go. Trying to do both at the same time may work, but it adds a complexity that, personally, I'd rather not have to deal with.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cimnine
Comment options

Answer selected by ryanmerolle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants