I have Server A and Server B (2 direct file servers).
Server A has 1TB storage
Server B has 2TB Storage
I want to merge 2 servers (transfer Server A files to Server B).
Server A (1TB) => Server B (2TB) = Server B become total of 3TB.
Everything is OK(moving files and updating database)
What I want to know is, both servers can contain the same file names as below?
Server A - files/00/1234
Server B - files/00/1234
If both servers contain the same file names, what would happen with the database if I skip existing or override the files? There will be wrong files downloading?
Server A has 1TB storage
Server B has 2TB Storage
I want to merge 2 servers (transfer Server A files to Server B).
Server A (1TB) => Server B (2TB) = Server B become total of 3TB.
Everything is OK(moving files and updating database)
What I want to know is, both servers can contain the same file names as below?
Server A - files/00/1234
Server B - files/00/1234
If both servers contain the same file names, what would happen with the database if I skip existing or override the files? There will be wrong files downloading?