admin website read the data from another database than the app website
-
i have merged the bagisto projects between two servers to have the final updates, but when i make any action now, the action goes to the merged server's database while the configuration in the .env file refers to the new server database
server_1 IP address x.x.x.5 database x.x.x.3
server_2 IP address x.x.x.12 database x.x.x.13I'm working on server_1 but the actions go to server_2 and store the data in its database. and also the server_1 read the data from server_2 database which means they both pointed to the same database
-
it was commands isssure,
solved