You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each approach has their pros and cons.
Single database container will require less resources but will be accessible by all sites.
Per site database container will ensure one site and its database is completely isolated, but will require more resources.