How to use it with multiple databases in a multi tenant app? #210
fabianpnke
started this conversation in
General
Replies: 1 comment
-
you can use following for backing up all database. For single tenant you can pass your tenant database |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running a multi tenant app with multiple databases. (spatie/laravel-multitenancy)
How can I backup each database, since the tenant connection uses "null" as the db_name?
Beta Was this translation helpful? Give feedback.
All reactions