Upgrade attempts Failing need help. #991
mcooperRPI
started this conversation in
General
Replies: 2 comments
-
The specific error is because your docker compose version is too old. Remember you cannot upgrade directly from pre 2.10 to 3.0+. You should read all release notes for all major and minor versions between your current version and your target version. You can skip patch version release notes. As a reminder, versioning for netbox is major.minor.patch. it might be necessary to read the netbox-docker release notes as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:"Microsoft Sans Serif";
panose-1:2 11 6 4 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->I did unfortunately I don’t know what I am looking for. The release notes don’t make sense to me sorry. Thanks, Michael CooperCertified Linux ProfessionalKubernetes/DockerRPi Hobby Blog From: kkthxbyeSent: Wednesday, April 19, 2023 5:06 PMTo: netbox-community/netbox-dockerCc: Michael Cooper; AuthorSubject: Re: [netbox-community/netbox-docker] Upgrade attempts Failing need help. (Discussion #991) The specific error is because your docker compose version is too old. Remember you cannot upgrade directly from pre 2.10 to 3.0+. You should read all release notes for all major and minor versions between your current version and your target version. You can skip patch version release notes.As a reminder, versioning for netbox is major.minor.patch. it might be necessary to read the netbox-docker release notes as well.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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
-
Hello Guys,
I have inherited a netbox 2.6.2 production box from before I got here. Now they want me to upgrade it and I have tried for the past month everything I have tried has failed. I am asking for help to get this done. My latest failure came from this https://www.avecseclabs.com/bif/2020/05/15/upgrading-docker-based-netbox-ipam-while-preserving-stored-data/ The error follows:
[root@vs-dub-netbox-01 netbox-docker]# docker-compose rm -fs netbox netbox-worker postgres
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.netbox-housekeeping.depends_on contains an invalid type, it should be an array
services.netbox-worker.depends_on contains an invalid type, it should be an array
Thanks guys,
CentOS 7 Server with Netbox 2.6.2 and Postgresql 9.6, I need to go to Netbox 3.4.8 and Postgresql 12.14 on Ubuntu Server 20.04
Beta Was this translation helpful? Give feedback.
All reactions