1. You have 3 websites running the same user data but under different databases.
3 websites that should eb running different users, all same DB, separate tables.
e.g.
- Primary site A (has active user)
- Slave site B
- Slave site C
2. If the primary site A user uploads a file on the site, it will automatically store the data into Primary site A, Development site B, and C?
No
Problem is, site B and C are made from clones of site A.
I need to clean up all the duplicated users from B and C., but removed them from ES on B & C removed all their posts, photos etc from the 'files', So the user on site A loses everything.
So your question is, is there a way to delete a user account from the development site B/C but without deleting their data from the primary site A?
Yes, that is what i need to do.
Important! I deleted a user from site B, can i restore their data from the dev site (separate)?
i.e. user deleted from live site
/profile/1525-megan-kopp.html
Need to import user and all input, from dev site tables to live site tables.
I cannot add user to live site as different id...
On that note can the id numbers be removed?
Thanks Arlex!