Media Backups
Media files associated with a WordPress environment can be viewed and downloaded in the application view of the VIP Dashboard.
Ready to get started with WordPress VIP? Contact us
Showing page 8 of 17
Media files associated with a WordPress environment can be viewed and downloaded in the application view of the VIP Dashboard.
Environments with Default Deployment enabled are configured to track a specific branch of an application’s wpcomvip GitHub repository. For example, new production environments are set up to track a branch named production
by default. Pushing any changes to this branch (via a push, merge, or rebase) triggers an automatic deployment to the production environment.
Testing a reverse proxy‘s configurations should be done with a site’s convenience domain URL in preparation for a site launch. When the proxy testing is complete, and the site is ready to launch, the final production domain (e.g. https://www.example.com
) should replace the convenience domain in the configurations.
Reverse proxy configurations should be tested extensively prior to a site launch.
PHP is continuously under development to improve performance and security with every released version. Though every version brings improvements, sometimes new requirements for code syntax or breaking changes are introduced as well.
Node.js applications on the VIP Platform must use npm
to manage their dependencies. Other dependency managers such as yarn
are not supported.
Database content can be imported or synced to a running VIP Local Development Environment. Before syncing or importing content, It is recommended to first confirm that the VIP Local Development Environment is up and running as expected. Configuring the environment to load locally cloned application code prior to adding data can also help prevent unexpected errors .
By default, Enterprise Search is not enabled for use in the WordPress Admin. Activating the Protected Content feature will send WordPress Admin search queries to Elasticsearch, but also risks exposing non-public content to unauthorized users. The ep_admin_wp_query_integration
and ep_ajax_wp_query_integration
filters can be used to more selectively enable Enterprise Search for the WordPress Admin.
The WordPress.org open source community is comprised of talented individuals around the world. This community is always interested in receiving additional help from new contributors. Developers who support enterprise sites on the VIP Platform can lend a unique voice to WordPress that helps improve the project for all.
Enterprise Search will automatically index all public post statuses.