Hi i have 3 instances of ESPO crm
1) dev (for development purpose)
2 UAT (for testing purpose)
3) Prod
now i am deploying my code from dev to UAT by using the below command
php bin/command export-import export --format=json --path="./data/export-import" --skip-data --skip-config --skip-internal-config
but, this command is causing error that after this deployment no user able to login the uat env.
can some one help what i am doing wrong??
1) dev (for development purpose)
2 UAT (for testing purpose)
3) Prod
now i am deploying my code from dev to UAT by using the below command
php bin/command export-import export --format=json --path="./data/export-import" --skip-data --skip-config --skip-internal-config
but, this command is causing error that after this deployment no user able to login the uat env.
can some one help what i am doing wrong??
Comment