Replies: 2 comments
-
I thought it was only hapening when migrating, but it happened every time I try to use any command. |
Beta Was this translation helpful? Give feedback.
-
` const configData: DatabaseConfig = { if (env.get('DB_USE_REPLICAS')) { configData['connections']['postgres']['connection'] = { configData['connections']['postgres']['replicas'] = { export default dbConfig ` |
Beta Was this translation helpful? Give feedback.
-
It happens when tring to migrate the database or when using any command that involves databases call through command line
Beta Was this translation helpful? Give feedback.
All reactions