Skip to content

Conversation

@tobiasge
Copy link
Member

@tobiasge tobiasge commented Jan 1, 2024

Noteworthy Changes

Update postgres Docker tag to v16 #1082

Our docker-compose file was updated to use PostgreSQL 16.

Note that you will need to take manual action after you upgrade a live PostgreSQL database.
If your database is not too big, a full backup (with PostgreSQL 15, i.e. before the upgrade) and restore (with a clean PostgreSQL 15, i.e. after the upgrade) is probably the easiest to achieve. Our troubleshooting wiki page has instructions on how to backup and restore a Netbox database. Please test the procedure on a test system first!

Note that there is no requirement to update to PostgreSQL 16, you can stick to version 15 just fine. You could do this with a docker-compose.override.yml like so:

version: '3.4'
services:
  postgres:
    image: postgres:15-alpine

Updated dependencies

Compatibility

This version of NetBox Docker is only compatible with NetBox v3.7.x and above.
For older versions, use a previous release of NetBox Docker.

renovate bot and others added 30 commits September 2, 2023 13:43
…es-1.x

Update dependency django-storages to v1.14
…out-4.x

Update actions/checkout action to v4
…buildx-action-3.x

Update docker/setup-buildx-action action to v3
…qemu-action-3.x

Update docker/setup-qemu-action action to v3
…action-3.x

Update docker/login-action action to v3
…tgres-16.x

Update docker.io/postgres Docker tag to v16
…es-1.x

Update dependency django-storages to v1.14.1
…es-1.x

Update dependency django-storages to v1.14.2
…dap-4.x

Update dependency django-auth-ldap to v4.6.0
@tobiasge tobiasge requested a review from cimnine January 1, 2024 09:41
@tobiasge tobiasge self-assigned this Jan 1, 2024
@tobiasge tobiasge merged commit f1ca9ab into release Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants