Staging environment limitations


Staging database

Note: If your staging environment contains web activities, promotions, or content spots, we must refresh the registry before any updates display on the site. See Refreshing the registry.


Updating primary keys

The stagingprop utility does not support updating primary keys. The primary key of a table can be referenced by other data by using either explicit foreign keys or implicit ID. Because of this referencing, changing the primary key has many implications. Database management systems do not allow primary key changes when the primary key is referenced by a foreign key. To update the primary key, we can delete it or, we can update all child rows in every child table to use another primary key.


Related concepts
Staging environment utilities


Related tasks
Testing the site in a staging environment