RealCommerce-VPG / BLH

VPG BLH
0 stars 0 forks source link

Discovery: Publishing content #1

Closed anvmn closed 5 years ago

anvmn commented 5 years ago

Check if there's content replication between staging and prod.

anvmn commented 5 years ago

Production:

Staging:

$databases['pca_database']['default'] = array( 'database' => 'pca_dev', 'username' => 'vpg', 'password' => 'xxx', 'host' => '52.36.162.139', 'port' => '', 'driver' => 'mysql', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_general_ci', 'prefix' => '', );

anvmn commented 5 years ago

So, there're separate SQL serves for Staging and Prod.

There're several options:

  1. AWS MYSQL replications

  2. Some kind of custom process...

In any case, to verify if it exists, we need access to those servers (need to request from VPG).