core_configrevision.active Error #1631
Unanswered
barmalej1
asked this question in
Getting Help
Replies: 1 comment
-
|
I figured it out. The physical location of the data files changed in postgres v18 container. I usually delete the files before the restore, but I didn't this time, so the restore has failed, then the database upgrade has failed as the result |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current Behavior
When upgrading from v4.3.5-Docker-3.3.0 to v4.5.4-Docker-4.4.0 and dumping and restoring the database due to Postgres version upgrade, received the following error in Postgres upon start:
ERROR: column core_configrevision.active does not exist at character 36
I already set CHANGELOG_RETENTION = 0 but that didn't help
Expected Behavior
The app has filed to start
Docker Compose Version
v2.29.7
Docker Version
The git Revision
c60defe
The git Status
Startup Command
docker compose up -d
NetBox Logs
Content of docker-compose.override.yml
EmptyBeta Was this translation helpful? Give feedback.
All reactions