Using SFTP Commands for Secure File Transfer
If you wish to use the terminal to transfer files between servers, you can use either the lftp or sftp command line programs. The LFTP Command $ lftp sftp://USERNAME@sftp.pressable.com -e ‘set sftp:connect-program…
Using Filezilla SFTP to Securely Transfer Files
FileZilla is a free and open source Secure File Transfer ( SFTP ) program for Linux, MacOS and Windows. It allows you to securely upload and download files between the Pressable servers and…
Setting up Cyberduck SFTP
Cyberduck is a free and open source Secure File Transfer ( SFTP ) program for MacOS and Windows. It allows you to securely upload and download files between the Pressable servers and your…
Using the Pressable Automated Migration Plugin
The Pressable Automated Migration plugin makes migrating sites the Pressable platform effortless. Whether you are a developer with a lot of experience moving sites or have never moved a site before, this…
Enabling Two-Factor Authentication (2FA) for MyPressable
To secure your Pressable account, an additional security layer can be enabled for MyPressable Control Panel by enabling Two-Factor Authentication (2FA). With 2FA enabled, you need a code from your mobile phone…
How to Delete a WordPress Site from Your Pressable Account
We understand that sometimes you may need to delete a site from our systems. Removing a site is just as easy as adding a site. When you decide what site you will…
How to manually backup your site in Pressable
We automatically backup your site nightly when changes are made. If no changes are made in a given day no backup will be created. However, you may also manually backup your site…
Access A WordPress Database with Pressable
For security reasons, we do not allow remote access to a Pressable site’s database. We also do not allow remote connections to external databases. For more information, please see our Platform and…
How to Offload WordPress Media to AWS S3
Why you should offload media to an external service: Media files ( image, video and audio files) are often quite large in size and can quickly use up your storage quota. Additionally,…
Adding or changing the domain on a WordPress Multisite
When adding a domain to a WordPress Multisite, there are a few additional steps involved. These same steps would need to be followed anytime you wish to change the primary domain of…
Randomizing Posts
Because query results end up cached in the object cache, it is difficult to use ‘orderby’=>’rand’ in a query. The first randomized result will then be cached and returned on each page…