Seaf-Import succeeded but no sign of new libraries?

Hi,
I have installed Seafile Server Pro (latest) on my Synology DS218+ (8GB RAM) using a Portainer stack which is effectively docker-compose with a UI.

Installation went fine and I have successfully synced some of my files from my laptop using the windows sync client without error.

I have over 600GB of data on the synology NAS which I have moved to “/shared/import” in the seafile docker. (I’ve mapped the seafile directories to the NAS so that I can access them easily via SMB)

The problem is with seaf-import.sh.
I ran the script through the docker exec console in portainer which succeeded after many hours but no new libraries appear for either of the 2 users.

The commands I ran were:
“./seaf-import.sh -p /shared/import/amy -n Laptop -u Amy”
“./seaf-import.sh -p /shared/import/rhys/gaming -n Gaming -u Rhys”
(Amy and Rhys being the login ID’s of the 2 users.)

After hours of successful imports, I log in as Amy, expecting to see a library called Laptop but there is nothing, same with Rhys. Also, I can’t see any new libraries through the admin interface.
The data is somewhere as the volume size has increased.

What have i done wrong?

Don’t really want to have to blow the setup away but i may have to start again as i don’t have that amount of space to spare on my NAS drives, and you can’t just go in and delete the library if it doesn’t exist?

Edit: If i run seaf-fsck, It shows that the libraries do exist, they just aren’t showing up anywhere else.
any way i can make it happen?

Thanks for any help

For anyone interested in the future, i managed to solve this by using DBeaver to open the database and edit a couple of tables.

In seafile_db, looking at the table RepoOwner, i could see the 2 missing libraries with incorrect values under owner_id.
It appears that you have to use the user’s email address and NOT the login ID.
This could be made clearer in the docs…

After changing those values, I went into RepoInfo to find the 2 libraries were missing from here.
I’m guessing due to the incorrect owner_id, it failed before it got here.
Adding 2 new rows to this table and copying the ID’s from another table then filling in the other fields by looking at the other library entries, the libraries have now appeared in the web UI complete with all their data.
File count is at 0 but it’s all there. i’m guessing after an index or a reboot this will correct itself but it works.

There is actually close to 1TB of data that i didn’t have to move all over again! :sweat_smile:

Moral of the story… when using seaf-import.sh, use the user’s email address and not the Login ID!

1 Like