asciiware
  • Algo & Data Structures
    • About Algorithms
    • Algorithms
    • Data Structures
  • Programming
    • Java
    • programming
    • Git
    • web-development
    • db
    • wordpress
    • XML
  • Eclipse
    • eclipse
    • IDE and Plugins
  • Linux
    • linux
    • sysadmin
  • About
    • asciiware
    • About me

wordpress

linux

docker: nginx reverse https proxy with wordpress

Example of using Docker compose to run nginx reverse proxy with SSL to expose different WordPress web apps on multiple domains. This content can be easily generalized to serve multiple websites with other kinds of web applications. Prerequisites Before starting, you need to check you satisfy the following prerequisites: You Read more…

By psuzzi, 6 yearsJuly 24, 2019 ago
linux

Docker: backup DB and troubleshooting

In my local development environment, I have a running database that I want to backup. Find container First, list containers with docker ps, identify the database you want to backup and note down the CONTAINER ID. In my case, the container id is 3f7b373c036d. Backup Create a file named backup.properties Read more…

By psuzzi, 6 yearsJuly 17, 2019 ago
linux

Backup & Restore WordPress: bash + Docker

To back up a WordPress website, you need to backup two components: database: posts, pages, categories, comments, users, plugin data, etc. filesystem: media, plugins, files, etc. Here we see how to backup and restore a WordPress instance via command line both in pure-bash fashion and also wordpress is running on Read more…

By psuzzi, 6 yearsJuly 13, 2019 ago
linux

Backup WordPress on Docker with Docker

In my development environment, I am running WordPress on docker containers, and I want a system to backup (and restore) both the DB and the WordPress data. For this article, I assume you are familiar with docker and Linux bash concepts. If you just want to backup a DB running Read more…

By psuzzi, 6 yearsJuly 4, 2019 ago
Categories
  • ai (1)
  • algorithms (9)
  • architecture (2)
  • backend (4)
  • cryptography (1)
  • db (5)
  • design (2)
  • devops (3)
  • eclipse (22)
  • Git (3)
  • IDE and Plugins (4)
  • Java (27)
  • javascript (1)
  • linux (9)
  • math (2)
  • personal (1)
  • programming (11)
  • python (1)
  • routine app (1)
  • security (1)
  • spring (2)
  • sysadmin (10)
  • web-development (11)
  • wordpress (4)
  • XML (3)
Recent Posts
  • Eclipse 3.x to E4: The Migration Path
  • Cherry-Picking Folder Changes Across Git Branches
  • Search for files and content with ripgrep (rg)
  • Guide to Local AI for Code Analysis
  • OWASP Top 10 Web Application Security Risks: A practical guide
  • VPS Setup Guide
  • Routine App Prototype Backend
  • Routine App Architecture
  • Routine App Case Study
  • API Gateway
Archives
  • About
  • asciiware
  • Eclipse dev
  • JBoss dev
  • JSDT
  • Privacy Policy
  • Programming
Hestia | Developed by ThemeIsle