php - Laravel 5 Multi-Tenancy App on Fortrabbit -
currently migrating laravel 5 multi-tenancy application on fortrabbit. account type floppy [ minimal setup development environment, multi-staging, playground or small production.]
single database works fine, current grants permitting creating new databases.
mysql> show grants; grant usage on *.* 'my-app'@'%' identified password '*12345678901234567890' max_user_connections 5 grant select, insert, update, delete, create, drop, references, index, alter, create temporary tables, lock tables, create view, show view on `my-app`.* 'my-app'@'%'
is possible have multiple databases on floppy preset?
please can suggest solution issue ?
many thanks
i replied private ticket already, it's worth answer public:
you can not create database, since there 1 database included , limits, metrics , migration processes interact single database.
this means setup multiple databases not work @ fortrabbit.
you may book rds database instances @ aws more flexibility.
however, mutli-tenancy applications work single database, adding "customer_id" each table put simply.
cheers oli
Comments
Post a Comment