Jump to content

owtlaw333

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by owtlaw333

  1. On 1/14/2024 at 8:19 PM, Linguafoeda said:

    hmm - which step should i do, hoopster or bmartino's method? And is there a way to backup in case something messes up in my server while attempting to downgrade?

    Neither. Use the container field "Version" and change it from "latest" to "public" and it'll pull the last stable release automatically. Plex's release notes say you're safe to downgrade to 1.31.2 or later without messing up your database.

     

    Just did this myself, but still giving it a couple days to see if the problem pops up again. Just moved hardware from an old Xeon system to a new 14700k system with 64GB, and the same stupid problem persisted across hardware. No matter how much RAM is in there, Plex has been filling it up, locking up Unraid entirely (no GUI and no SSH, but CPU churning, fans going crazy)... finally put a RAM limit on the container so it doesn't lock up the server, but it still kills the container. So we'll see if rolling back fixes anything...

  2. On 4/4/2019 at 5:45 AM, aptalca said:

    Is that in host networking? If not, try host networking. If so, are you on the same network subnet? If not, you need to be. You can ssh tunnel to your host. See the "on a different network" heading at the bottom of this page: https://support.plex.tv/articles/200288586-installation/

    Definitely on the same network and haven't changed network settings in years (the old docker still functions with no issue.) BUT you triggered a memory of having to forward ports and whatnot back when, so I wiped out a few lines on the router and BOOM... setup wizard activated! Thank you!

     

    It's currently scanning my library, but it looks like I'm going to be forced to start from scratch since it's treating everything as new. Once it's done I might try re-copying everything from the old docker, but I doubt it'll work 😞 We'll see. I don't even know how much work I'm getting myself self into given all the custom art, sorting and collections I have set up 😣

  3. On 4/1/2019 at 6:21 AM, trurl said:

    If you get that problem on a clean install, then that suggests you have a problem with plex, not a problem with reusing a previous library.

    I don't see how that could be a problem. It would just mean that plex.tv wouldn't know about that server. I don't think it should be a problem creating a new server at plex.tv

     

    I don't specifically remember removing any, but I probably have, since I have had plex server on a number of different platforms over the years, and the only plex server I currently have is the one on my Unraid (and it was originally a needo docker as you know).

     

    If you are still in doubt, you might see if anyone has anything to say about removing a server over at the plex forums.

    So I hit Remove and now I get this... I tried logging out and in, I even tried a fresh binhex docker. Same damn result! I feel like I'm missing some stupid important step, but I don't know what it would be! I don't even remember what it looks like to set up a new server... shouldn't there be a setup wizard? Is there a way to force it? It just keeps searching for an existing one. Ugh...

     

    Thanks for trying though, I appreciate it. I'll hit that forum up too.

    Screenshot 2019-04-04 00.27.21.png

  4. On 3/28/2019 at 2:09 PM, trurl said:

     

    Have you tried this:

     

    That's what I'm getting at... I think the only way I can get a new server going at all with it is to choose "Remove server" first and I've been reluctant to do so. I may just go ahead and bite the bullet 😣

     

    EDIT: To clarify, I've been getting that screen every step of the way, whether it's a clean install or after every file was copied over.

  5. On 3/27/2019 at 6:13 AM, trurl said:

    What happens if you click on that "Allow insecure connection"?

    Well, I went back to find out and it's not showing up. I went to the settings, however, and changed the dropdown for "Allow Fallback to Insecure Connections" to "Always" and still nothing.

  6. 46 minutes ago, trurl said:

    I know you said you copied it but sometimes people make a mistake and wind up copying the source folder into the destination folder instead of the contents of the source folder so I wanted you to confirm that not only had you copied it but that you had checked the results of the copy.

     

    If that all looks OK then the next thing I would suggest is just try to get this plex docker running with new appdata to see if you can at least access the plex server.

    Do you know if I hit that "Remove server" that I can bring it back later without much issue? (assuming this doesn't go as planned) I'm just unsure of what "remove" really means in this context. And I don't think I can go any further without doing so.

  7. On 3/19/2019 at 11:23 AM, trurl said:

    You are missing the mapping for /audio, and obviously the /config mapping isn't the same, but as long as you copy all the /config from needo to L.io seems like it should find your plex library and go with it.

     

    Did you copy the contents of /mnt/cache/Apps/Docker/apps/plexmediaserver/ to /mnt/user/appdata/plex_lio ?

     

    Did you check to make sure they had the exact same folder structure and contents?

     

    Yeah, I copied the entire contents of the former into the latter. (I also added the missing map, thank you)

     

    Am I just expecting the wrong outcome? Will it not just start the server as if it were the old one? Or am I forced to remove my old server and start a new one? (I'm hoping the old contents will still populate if that is the case, like custom covers, sorting and whatnot)

     

    EDIT: I'm also just paranoid of hitting that "Remove server" button making this irreversible, haha.

     

    This is what I get after copying all the contents of the old build into the new...

     

    274623220_Screenshot2019-03-2519_01_35.thumb.png.7db3c7615188bed5e96a82a8e14eea67.png

  8. 17 hours ago, saarg said:

    Post the run command of both containers. 

    Sorry, I'm an idiot. I learn all this stuff as I go and then forget it by the time I need to tend to it again. Is this what you're looking for?

     

    L.io

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -e 'VERSION'='latest' -v '/mnt/user/Movies/':'/movies':'rw' -v '/mnt/user/Music/':'/music':'rw' -v '/mnt/user/TV Shows/':'/tv':'rw' -v '/mnt/user/Backup/QRS COMPLETE LIBRARY/':'/piano':'rw' -v '/mnt/user/Movies4k/':'/movies4k':'rw' -v '/mnt/user/appdata/plex_lio':'/config':'rw' 'linuxserver/plex'

    needo

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='PlexMediaServer' --net='host' --privileged=true -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -v '/mnt/user/Movies/':'/movies':'rw' -v '/mnt/user/Music/':'/music':'rw' -v '/mnt/user/TV Shows/':'/tv':'rw' -v '/mnt/user/Audio/':'/audio':'rw' -v '/mnt/user/Backup/QRS COMPLETE LIBRARY/':'/piano':'rw' -v '/mnt/user/Movies4k/':'/movies4k':'rw' -v '/mnt/cache/Apps/Docker/apps/plexmediaserver/':'/config':'rw' 'needo/plex'

     

  9. 17 hours ago, saarg said:

    For /config you should be able to use the same structure. Install a blank plex from us and compare the appdata folders created and compare it to needos. 

     

    For the media folders you need to use the same path inside the container as you did in needos container. 

    I thought they'd be the same too, but for whatever reason it isn't populating the old data. I figured I must be doing something wrong or missing an obvious step... I'll fiddle some more. Maybe I just need to step away and come back 😓

    12 hours ago, trurl said:

    Don't understand exactly how you are getting this wrong, but I switched from needo to this one long ago and it just worked.

     

    It shouldn't actually be necessary to copy any files, unless you just want to make a backup of the plex appdata folder. Just use the same mappings, including pointing this docker to the same appdata you used with needo. In fact, you might even get away with simply changing the repository.

    I have no idea either. It seems it should be so simple, but it just isn't working. I've been pulling my hair out trying to figure out why it's not pulling all the same data. It's as if it's completely ignoring what's there (after copying the old files to the new directory.)

     

    Thanks for the responses guys... I'll report back

  10. I've been neglecting my Plex docker since it has been working fine up until now, but I need to migrate to Linuxserver docker from needo. My problem is, I can't get the linuxserver docker to recognize the same file structure as they clearly use different mapping (when I try to just copy all the seemingly appropriate files and folders, Plex still loads blank as if it's completely new.)

    Does anyone know what the key library files are that I need to look at? Or am I completely screwed and need to start from scratch? I'd rather not have to start from scratch as I have a LOT of tailored stuff that will be nearly impossible to completely restore. 😣

  11. We worked with the plex guys, their docker and our docker as it stands at the moment are two different entities.

    Are you allowed to state what the core differences are or will be at this point? Kinda wondering if it's even worth the hassle of starting a new install and migrating everything. (Can't imagine there being anything significant other than having the Plex guys "supporting" it in the long run.)

×
×
  • Create New...