i have a question concerning the damn permissions in step 9 
I did chown -R plex:plex /home/plexdata just to make sure
if i check the permissions of /home/plexdata
sh-4.2# ls -la /home/plexdata
total 0
drwxr-xr-x. 3 plex plex 21 Apr 15 17:20 .
drwxr-xr-x. 8 root root 123 Apr 15 17:20 ..
drwxr-xr-x. 8 plex plex 108 Apr 27 01:57 Library
but if i check the permissions of /home/plexdata/Library/Application Support/Plex Media Server/Metadata
[aurelie@localhost Metadata]$ ls -la
total 0
drwxrwxrwx. 6 aurelie aurelie 65 May 2 02:18 .
drwxr-xr-x. 6 aurelie aurelie 74 Apr 26 02:49 ..
drwxrwxrwx. 18 aurelie aurelie 150 Jul 23 2015 Albums
drwxrwxrwx. 18 aurelie aurelie 150 Jul 23 2015 Artists
drwxrwxrwx. 18 aurelie aurelie 150 Aug 9 2015 Movies
drwxrwxrwx. 18 aurelie aurelie 150 Sep 23 2015 TV Shows
[aurelie@localhost Metadata]$
is this normal?
aren’t all the subdirectories supposed to be plex:plex with chown -R plex:plex /home/plexdata?
maybe that could be the reason my metadata isnt taken into account?
so i’m on step 9 on stand by because i don’t trust my metadata permissions are right before moving forward
edit: aha eureka! it was the damn spaces
chown -R plex:plex /home/plexdata/Library/Application\ Support/Plex\ Media\ Server/Metadata
i think that worked because when I
ls -lahR /home/plexdata/Library/Application\ Support/Plex\ Media\ Server/Metadata
every file comes up as plex:plex
i’ll start plex and see if my libraries come up
well, that was a fail… i guess i’ll never be able to have my old libraries and metadata back, it just keep coming up as a new empty server. i’ll just have to grieve and say goodbye to years of data 
thanks for your much needed help Chuck i’ve learned a lot in this process even if it didn’t work 