GithubHelp home page GithubHelp logo

Comments (47)

Gamertech avatar Gamertech commented on July 19, 2024 6

I've updated my PR to add 8.0.7, keep in mind it seems this update wasn't tested with 3rd party routers and is apparently completely broken with any form of 3rd party authentication/DHCP.

from unifi-docker.

iKowex avatar iKowex commented on July 19, 2024 4

#527 (comment) ๐Ÿ˜‰

Thanks, but itโ€™s easier to switch to goofball222/unifi

from unifi-docker.

wurmr avatar wurmr commented on July 19, 2024 4

I've updated my PR to add 8.0.7, keep in mind it seems this update wasn't tested with 3rd party routers and is apparently completely broken with any form of 3rd party authentication/DHCP.

Is this still true? im only running only switches and APs from Unifi, with x86 firewall/routing.

I'm running nexusforge/unifi-docker:v8.0.7 with a 3rd party router (mikrotik) that handles all the routing/DHCP without any issues.

I only have Unifi Switches and APs and have never had a Unifi gateway product.

from unifi-docker.

jrothlis avatar jrothlis commented on July 19, 2024 4

Hello all,

I'm also tgrying to update to 8.0.7 in order to install the latest UXG. My setup:

  • Controller hosted on Synology (jacobalberty version 7.4.156
  • USG-3P
  • USW-Lite-16-PoE
  • USW-Flex-Mini
  • U6-Lite (3x)
  • UAP-AC-IW

What I did. Created a backup file for the settings only. Stopped the jacob alberty docker container.

created the docker image with goofball22, (807) I had to do some tricks. For JVM_EXTRA_OPTS I had to add a space because container manager needs a value to proceed, removing the option resulted in an error. JVM_INIT_HEAP_SIZE I also had to add a value, I added 512M. After booting I restored the backup. This took ages so after a 30mins I restarted the image. I could log in and all the hardware was in the list.

However some kept going offline adopting offline etc. Two out of four AP's and the 16p switch adopted fine the others did not.

With a lot of effort I managed to get the old version working again. All devices adopted fine except the USG.

What am I doing wrong?

Many thanks in advance

Use https://github.com/nexusforge/unifi-docker/ in the meantime -- a single line change in your docker-compose.yml:

  controller:
    #image: "jacobalberty/unifi:${TAG:-latest}"
    image: "nexusforge/unifi-docker:${TAG:-latest}"

from unifi-docker.

runepiper avatar runepiper commented on July 19, 2024 3

Also, how can I buy you a beverage? Thanks for all you do!

You can sponsor @jacobalberty here: https://github.com/sponsors/jacobalberty

from unifi-docker.

Gamertech avatar Gamertech commented on July 19, 2024 3

Usually safe, but always take a backup first, and check the UI forums to see what each update is incompatible with this time, cause there's always something they've broken.

In this case, 8.0.7 is incompatible with non-UI routers and authentication.

from unifi-docker.

stefan01220 avatar stefan01220 commented on July 19, 2024 3

when it's planned to update to 8.0.7?

from unifi-docker.

Arn0uDz avatar Arn0uDz commented on July 19, 2024 2

@Gamertech do you know when this will be pushed to main? Or is that down to the maintainer.

from unifi-docker.

iKowex avatar iKowex commented on July 19, 2024 2

No more waiting for updates?

There are instructions in the PR comments that tells you how to build it locally if you're interested.

Can you share the link?

from unifi-docker.

kennetharethun avatar kennetharethun commented on July 19, 2024 2

as goofball222/unifi seems to be more of a "one man show"? ๐Ÿค”

Same as this repository.

Not exactly, if you compare the Git commits of both repos ๐Ÿ˜‰

Okay ... to be more exact: Both have just one single maintainer.

I don't see any problems. You can always switch to another one, this is done very quickly.

I personally switched back to Jacobโ€™s repo earlier this month. Linuxserver container broke everything by bumping automatically to 8.x. Iโ€™d rather it be stable and thoroughly tested, so Iโ€™m staying even if that means Iโ€™m a few versions behind. Kudos to Jacob for always keeping it stable and almost always keeping it a zero touch deployment by testing it so thoroughly.

from unifi-docker.

waja avatar waja commented on July 19, 2024 1

as goofball222/unifi seems to be more of a "one man show"? ๐Ÿค”

Same as this repository.

Not exactly, if you compare the Git commits of both repos ๐Ÿ˜‰

Okay ... to be more exact: Both have just one single maintainer.

from unifi-docker.

iKowex avatar iKowex commented on July 19, 2024 1

as goofball222/unifi seems to be more of a "one man show"? ๐Ÿค”

Same as this repository.

Not exactly, if you compare the Git commits of both repos ๐Ÿ˜‰

Okay ... to be more exact: Both have just one single maintainer.

I don't see any problems. You can always switch to another one, this is done very quickly.

from unifi-docker.

jokay avatar jokay commented on July 19, 2024 1

I donโ€™t mind the delays in updates as much as you guys apparently do.

I do, because the Gateway Lite (UXG-Lite) requires 8.x, so at least my use case seems to be indeed different ๐Ÿ˜‰

from unifi-docker.

Gamertech avatar Gamertech commented on July 19, 2024 1

Keep in mind, UI's 'Lite' devices don't support spanning tree STP/RSTP, so if you ever have a network loop it'll storm and take down your network. They don't mention that little tidbit in their advertising.

from unifi-docker.

jrothlis avatar jrothlis commented on July 19, 2024 1

I have a regular old broadband supplier provided router and use DHCP via my QNAP NAS. Is it fair to say that I should swerve 8.0.7 for now based on comments above?

Works completely fine for me, I don't understand what the issue could be. I have 3 Unifi switches and 3 U6-Pro with a Mikrotik router, everything works as expected.

from unifi-docker.

Gamertech avatar Gamertech commented on July 19, 2024

Only Jacobalberty can approve it, so whenever he comes back from wherever he is atm.

There are instructions in the PR comments that tells you how to build it locally if you're interested.

from unifi-docker.

jokay avatar jokay commented on July 19, 2024

#527 (comment) ๐Ÿ˜‰

from unifi-docker.

jokay avatar jokay commented on July 19, 2024

Thanks, but itโ€™s easier to switch to goofball222/unifi

I wasn't aware of this one, looks promising with the option to use an alpine based image ๐Ÿ’ช๐Ÿผ

I may give this one a try too ๐Ÿ˜‰

from unifi-docker.

TristanBrotherton avatar TristanBrotherton commented on July 19, 2024

Would anyone care to share the upgrade path they took to migrate to goofball222/unifi ?

from unifi-docker.

iKowex avatar iKowex commented on July 19, 2024

Would anyone care to share the upgrade path they took to migrate to goofball222/unifi ?

There's nothing complicated there. The first thing you do is export the settings from the old one. Install according to the instructions goofball222/unifi, plus you need to install it on synology java 17 and export the settings when you first log in.

from unifi-docker.

jokay avatar jokay commented on July 19, 2024

Or if you prefer to run it on a virtual machine or a RaspberryPi you can use docker-compose and the sample from here (you wouldn't need to take care of the Java version) ๐Ÿ˜‰

Backup (and restore) can be done as follows:

image

@iKowex I decided to use the Docker image from linuxserver/unifi-network-application for now as goofball222/unifi seems to be more of a "one man show"? ๐Ÿค”

from unifi-docker.

waja avatar waja commented on July 19, 2024

as goofball222/unifi seems to be more of a "one man show"? ๐Ÿค”

Same as this repository.

from unifi-docker.

jokay avatar jokay commented on July 19, 2024

as goofball222/unifi seems to be more of a "one man show"? ๐Ÿค”

Same as this repository.

Not exactly, if you compare the Git commits of both repos ๐Ÿ˜‰

from unifi-docker.

jokay avatar jokay commented on July 19, 2024

Linuxserver container broke everything by bumping automatically to 8.x.

@kennetharethun I wonder if you are using the tag :latest, because this is what can happen?

Personally I use explicit container versions and handle updates independently using renovate ๐Ÿ˜‰

image

Anyway, this is what are backups for. Very easy using the automatic backups of the UniFi network application.

And as @iKowex wrote "You can always switch to another one, this is done very quickly."

from unifi-docker.

Hamsterman avatar Hamsterman commented on July 19, 2024

Just a quick question - is these major updates safe to upgrade via a "pull the latest image" or do you usually need to do other stuff ?

from unifi-docker.

DissonanceTK avatar DissonanceTK commented on July 19, 2024

In this case, 8.0.7 is incompatible with non-UI routers and authentication.

@Gamertech - Sorry if this is a dumb question, but what exactly isn't compatible? I'm using pfSense as my router and UI Network 8.0.7 to run my UI switches and APs. It all works great! I'm guessing this isn't the use case you mean... ?

from unifi-docker.

Gamertech avatar Gamertech commented on July 19, 2024

That's the use case I mean. 8.0.7 has major compatibility issues with networks running a non-UI router/gateway and/or 3rd party RADIUS/DHCP.

from unifi-docker.

kennetharethun avatar kennetharethun commented on July 19, 2024

Linuxserver container broke everything by bumping automatically to 8.x.

@kennetharethun I wonder if you are using the tag :latest, because this is what can happen?

Personally I use explicit container versions and handle updates independently using renovate ๐Ÿ˜‰

image

Anyway, this is what are backups for. Very easy using the automatic backups of the UniFi network application.

And as @iKowex wrote "You can always switch to another one, this is done very quickly."

It happened because linuxserver doesnโ€™t test anything. I have backups. And I do not have the time to babysit each and every single network application update, so Iโ€™m yoloing the latest tags and itโ€™s been working fine until I switched from Jacobโ€™s to linuxserver and now Iโ€™m back. I donโ€™t mind the delays in updates as much as you guys apparently do.

from unifi-docker.

jokay avatar jokay commented on July 19, 2024

Well WireGuard Site-To-Site VPN comes only with the next update as well (see here), so we may see this feature later too?

@Gamertech But isn't STP/RSTP supposed to be handled on the switch and not on the firewall?

image

from unifi-docker.

joseluislucio avatar joseluislucio commented on July 19, 2024

Why I cannot see more vpn options?
image

from unifi-docker.

iKowex avatar iKowex commented on July 19, 2024

Why I cannot see more vpn options? image

What router do you have?
If you donโ€™t have UDM PRO, then no way.

from unifi-docker.

joseluislucio avatar joseluislucio commented on July 19, 2024

Why I cannot see more vpn options? image

What router do you have? If you donโ€™t have UDM PRO, then no way.

I have USG-Pro-4. Is not planned to be available to this router?

from unifi-docker.

varoudis avatar varoudis commented on July 19, 2024

I've updated my PR to add 8.0.7, keep in mind it seems this update wasn't tested with 3rd party routers and is apparently completely broken with any form of 3rd party authentication/DHCP.

Is this still true? im only running only switches and APs from Unifi, with x86 firewall/routing.

from unifi-docker.

maisun avatar maisun commented on July 19, 2024

Anybody have a tutorial on how to migrate from this image to Linuxserver image? Would like to switch however not sure best way to migrate all my settings. Many thanks in advance!

from unifi-docker.

maisun avatar maisun commented on July 19, 2024

I donโ€™t mind the delays in updates as much as you guys apparently do.

I do, because the Gateway Lite (UXG-Lite) requires 8.x, so at least my use case seems to be indeed different ๐Ÿ˜‰

How is uxg-lite? Read somewhere the vpn speed is even worse than usg, very surprised

from unifi-docker.

om3rx avatar om3rx commented on July 19, 2024

Hi, I'm using this in Docker with Sinology Nas. Can someone guide me how to install 8.0.7?

from unifi-docker.

elchupoopacabra avatar elchupoopacabra commented on July 19, 2024

I donโ€™t mind the delays in updates as much as you guys apparently do.

I do, because the Gateway Lite (UXG-Lite) requires 8.x, so at least my use case seems to be indeed different ๐Ÿ˜‰

I am using jacobalberty's latest, 7.5.176, with a brand new uxg-lite with no issues, fwiw.

from unifi-docker.

jokay avatar jokay commented on July 19, 2024

Screenshot_20231208-205728_1

๐Ÿคท๐Ÿผโ€โ™‚๏ธ

from unifi-docker.

elchupoopacabra avatar elchupoopacabra commented on July 19, 2024

Screenshot_20231208-205728_1

๐Ÿคท๐Ÿผโ€โ™‚๏ธ

Saw that - not sure why they say that. I honestly don't think it said 8.0.7 when I purchased on release day but could be wrong. As far as I know, I'm not missing any features... I'm using full IDS/IPS/DPI at line speed (only 300mb..) - the option for wiregaurd is available (although I haven't actually tested it) as well.

image

from unifi-docker.

huub99 avatar huub99 commented on July 19, 2024

Hello all,

I'm also tgrying to update to 8.0.7 in order to install the latest UXG.
My setup:

  • Controller hosted on Synology (jacobalberty version 7.4.156
  • USG-3P
  • USW-Lite-16-PoE
  • USW-Flex-Mini
  • U6-Lite (3x)
  • UAP-AC-IW

What I did.
Created a backup file for the settings only.
Stopped the jacob alberty docker container.

created the docker image with goofball22, (807) I had to do some tricks.
For JVM_EXTRA_OPTS I had to add a space because container manager needs a value to proceed, removing the option resulted in an error. JVM_INIT_HEAP_SIZE I also had to add a value, I added 512M.
After booting I restored the backup. This took ages so after a 30mins I restarted the image.
I could log in and all the hardware was in the list.

However some kept going offline adopting offline etc.
Two out of four AP's and the 16p switch adopted fine the others did not.

With a lot of effort I managed to get the old version working again. All devices adopted fine except the USG.

What am I doing wrong?

Many thanks in advance

from unifi-docker.

iKowex avatar iKowex commented on July 19, 2024

Hello all,

I'm also tgrying to update to 8.0.7 in order to install the latest UXG. My setup:

  • Controller hosted on Synology (jacobalberty version 7.4.156
  • USG-3P
  • USW-Lite-16-PoE
  • USW-Flex-Mini
  • U6-Lite (3x)
  • UAP-AC-IW

What I did. Created a backup file for the settings only. Stopped the jacob alberty docker container.

created the docker image with goofball22, (807) I had to do some tricks. For JVM_EXTRA_OPTS I had to add a space because container manager needs a value to proceed, removing the option resulted in an error. JVM_INIT_HEAP_SIZE I also had to add a value, I added 512M. After booting I restored the backup. This took ages so after a 30mins I restarted the image. I could log in and all the hardware was in the list.

However some kept going offline adopting offline etc. Two out of four AP's and the 16p switch adopted fine the others did not.

With a lot of effort I managed to get the old version working again. All devices adopted fine except the USG.

What am I doing wrong?

Many thanks in advance

Java 17 installed on synology?

from unifi-docker.

maisun avatar maisun commented on July 19, 2024

Managed to get Linuxserver 8.07 running, so far so good :)

from unifi-docker.

trustno1foxm avatar trustno1foxm commented on July 19, 2024

Or if you prefer to run it on a virtual machine or a RaspberryPi you can use docker-compose and the sample from here (you wouldn't need to take care of the Java version) ๐Ÿ˜‰

Backup (and restore) can be done as follows:

image

@iKowex I decided to use the Docker image from linuxserver/unifi-network-application for now as goofball222/unifi seems to be more of a "one man show"? ๐Ÿค”

how did you get it work? I always get an SRAM Authentication error when using [linuxserver/unifi-network-application] thx!

so long

from unifi-docker.

DaveMcCloud avatar DaveMcCloud commented on July 19, 2024

I have a regular old broadband supplier provided router and use DHCP via my QNAP NAS. Is it fair to say that I should swerve 8.0.7 for now based on comments above?

from unifi-docker.

chopeen avatar chopeen commented on July 19, 2024

v8.0.24 was released.

from unifi-docker.

jmmartj avatar jmmartj commented on July 19, 2024

Ran settings backup of latest 7.x version.
Restored to 8.0.24.
Flawless victory & thanks!

from unifi-docker.

github-actions avatar github-actions commented on July 19, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

from unifi-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.