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
For some reason I can`t connect external DB, like mongo or Mysql. Sails uses internal local-disk storage instead of connected database.
May I ask how to make it work ?
---------Up ------------
Tried to change default settings in sails-hook-orm.
Got error - The installed version of adapter sails-mysql \ sails-mongo is too new!
Installed version < 1.0. It helped. So issue in config files. Configs from config/datastores, config/models not overrides sails-hook-orm defaults ....
The text was updated successfully, but these errors were encountered:
For some reason I can`t connect external DB, like mongo or Mysql. Sails uses internal local-disk storage instead of connected database.
May I ask how to make it work ?
---------Up ------------
Tried to change default settings in sails-hook-orm.
Got error - The installed version of adapter
sails-mysql
\sails-mongo
is too new!Installed version < 1.0. It helped. So issue in config files. Configs from config/datastores, config/models not overrides sails-hook-orm defaults ....
The text was updated successfully, but these errors were encountered: