Pull/Push your site to another location
Pull data down another WordPress site to e.g. a local site, so you have the latest database and files to work on. Push data is the opposite of pull data. It allows you to push new data to another WordPress site, so they are synchronized.
Synchronize files – No more need for FTP
Synchronize the files between your environments. You can choose what to transfer, such as themes, plugins, media or other dirs/files.
Backup database before overwriting
Export database tables to .sql file, before doing database migration, if something should go wrong. Better safe than sorry.
Connect to .htaccess & password protected sites
When having online staging sites or dev sites, you often want to protect them from bots and others accessing them. This is often done by adding username/password protection in .htaccess with Apache and can be done in other ways with other webservers.
Clear cache after migration on popular plugins
After a successful migration, you often want to clear the cache on the target site, to prevent old content from being shown. We support popular cache plugins, that offer a programmatic way of clearing their cache. Currently, we support WP Rocket/WP Super Cache/W3 Total cache/Comet Cache.